#B865E8

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

Shades of Medium Orchid #B865E8

Tints of Medium Orchid #B865E8

Color information

#B865E8 (or 0xB865E8) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and E8. RGB value is (184,101,232). Sum of RGB (Red+Green+Blue) = 184+101+232=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #B865E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865E8 is #479A17. Grayscale: #8C8C8C. Windows color (decimal): -4692504 or 15230392. OLE color: 15230392.

HSL color Cylindrical-coordinate representation of color #B865E8: hue angle of 278.02º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B865E8 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184101232-
CMYK0.210.5600.09
HSL278.02º74.01%65.29%-
HSV(B)278.02º56.47%90.98%-
XYZ38.9925.3279.18-
YUV140.75179.5158.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 232 (91.02% from 255) = 44.87%
R=35.59%
G=19.54%
B=44.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841012320.210.5600.09278.0274.0165.29
HexB865E81538091164a41
Octal2701453502570011426112101
Binary10111000110010111101000101011110000100110001011010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865E8; }

 p { color: rgb(184,101,232); }

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

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

 a { background-color: rgb(184,101,232); }

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

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

 span { border-color: rgb(184,101,232); }

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