#B85EEB

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

Shades of Medium Orchid #B85EEB

Tints of Medium Orchid #B85EEB

Color information

#B85EEB (or 0xB85EEB) is unknown color: approx Medium Orchid. HEX triplet: B8, 5E and EB. RGB value is (184,94,235). Sum of RGB (Red+Green+Blue) = 184+94+235=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #B85EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EEB is #47A114. Grayscale: #888888. Windows color (decimal): -4694293 or 15425208. OLE color: 15425208.

HSL color Cylindrical-coordinate representation of color #B85EEB: hue angle of 278.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85EEB is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18494235-
CMYK0.220.600.08
HSL278.3º77.9%64.51%-
HSV(B)278.3º60%92.16%-
XYZ38.7724.1981.22-
YUV136.98183.32161.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 94 (37.11% from 255) = 18.32%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=35.87%
G=18.32%
B=45.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184942350.220.600.08278.377.964.51
HexB85EEB163C081164e41
Octal2701363532674010426116101
Binary10111000101111011101011101101111000100010001011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EEB; }

 p { color: rgb(184,94,235); }

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

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

 a { background-color: rgb(184,94,235); }

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

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

 span { border-color: rgb(184,94,235); }

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