#B865E9

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

Shades of Medium Orchid #B865E9

Tints of Medium Orchid #B865E9

Color information

#B865E9 (or 0xB865E9) is unknown color: approx Medium Orchid. HEX triplet: B8, 65 and E9. RGB value is (184,101,233). Sum of RGB (Red+Green+Blue) = 184+101+233=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #B865E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865E9 is #479A16. Grayscale: #8C8C8C. Windows color (decimal): -4692503 or 15295928. OLE color: 15295928.

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

Color convert

RGB184101233-
CMYK0.210.5700.09
HSL277.73º75%65.49%-
HSV(B)277.73º56.65%91.37%-
XYZ39.1325.3879.93-
YUV140.86180158.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=35.52%
G=19.50%
B=44.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841012330.210.5700.09277.737565.49
HexB865E91539091164b41
Octal2701453512571011426113101
Binary10111000110010111101001101011110010100110001011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865E9; }

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

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

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

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

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

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

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

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