#B85CEE

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

Shades of Medium Orchid #B85CEE

Tints of Medium Orchid #B85CEE

Color information

#B85CEE (or 0xB85CEE) is unknown color: approx Medium Orchid. HEX triplet: B8, 5C and EE. RGB value is (184,92,238). Sum of RGB (Red+Green+Blue) = 184+92+238=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #B85CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CEE is #47A311. Grayscale: #878787. Windows color (decimal): -4694802 or 15621304. OLE color: 15621304.

HSL color Cylindrical-coordinate representation of color #B85CEE: hue angle of 277.81º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85CEE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18492238-
CMYK0.230.6100.07
HSL277.81º81.11%64.71%-
HSV(B)277.81º61.34%93.33%-
XYZ39.0324.0283.47-
YUV136.15185.48162.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 92 (36.33% from 255) = 17.90%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=35.80%
G=17.90%
B=46.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184922380.230.6100.07277.8181.1164.71
HexB85CEE173D071165141
Octal270134356277507426121101
Binary1011100010111001110111010111111101011110001011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CEE; }

 p { color: rgb(184,92,238); }

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

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

 a { background-color: rgb(184,92,238); }

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

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

 span { border-color: rgb(184,92,238); }

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