#B869F3

Color #B869F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B869F3

Tints of Medium Orchid #B869F3

Color information

#B869F3 (or 0xB869F3) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and F3. RGB value is (184,105,243). Sum of RGB (Red+Green+Blue) = 184+105+243=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #B869F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869F3 is #47960C. Grayscale: #8F8F8F. Windows color (decimal): -4691469 or 15952312. OLE color: 15952312.

HSL color Cylindrical-coordinate representation of color #B869F3: hue angle of 274.35º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B869F3 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184105243-
CMYK0.240.5700.05
HSL274.35º85.19%68.24%-
HSV(B)274.35º56.79%95.29%-
XYZ4126.7687.8-
YUV144.35183.67156.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=34.59%
G=19.74%
B=45.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841052430.240.5700.05274.3585.1968.24
HexB869F31839051125544
Octal270151363307105422125104
Binary1011100011010011111001111000111001010110001001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869F3; }

 p { color: rgb(184,105,243); }

 H1.HeaderClassName
 {
   color: #B869F3;
 }
 .AnyTagClassName
 {
   color: #B869F3;
 }
</style>
background-color css

<style>
 a { background-color: #B869F3; }

 a { background-color: rgb(184,105,243); }

 div.DivClassName
 {
   background-color: #B869F3;
 }
 .BgClassName
 {
   background-color: #B869F3;
 }
</style>
border-color css

<style>
 span { border-color: #B869F3; }

 span { border-color: rgb(184,105,243); }

 td.TdClassName
 {
   border-color: #B869F3;
 }
 .TagClassName
 {
   border-color: #B869F3;
 }
</style>