#b868f3

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

Shades of Medium Orchid #B868F3

Tints of Medium Orchid #B868F3

Color information

#B868F3 (or 0xB868F3) is unknown color: approx Medium Orchid. HEX triplet: B8, 68 and F3. RGB value is (184,104,243). Sum of RGB (Red+Green+Blue) = 184+104+243=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #B868F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868F3 is #47970C. Grayscale: #8F8F8F. Windows color (decimal): -4691725 or 15952056. OLE color: 15952056.

HSL color Cylindrical-coordinate representation of color #B868F3: hue angle of 274.53º 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 #B868F3 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184104243-
CMYK0.240.5700.05
HSL274.53º85.28%68.04%-
HSV(B)274.53º57.2%95.29%-
XYZ40.926.5687.77-
YUV143.77184156.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=34.65%
G=19.59%
B=45.76%

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
Decimal1841042430.240.5700.05274.5385.2868.04
HexB868F31839051135544
Octal270150363307105423125104
Binary1011100011010001111001111000111001010110001001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b868f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b868f3; }

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

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

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

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

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

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

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

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