#B85CD0

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

Shades of Medium Orchid #B85CD0

Tints of Medium Orchid #B85CD0

Color information

#B85CD0 (or 0xB85CD0) is unknown color: approx Medium Orchid. HEX triplet: B8, 5C and D0. RGB value is (184,92,208). Sum of RGB (Red+Green+Blue) = 184+92+208=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #B85CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CD0 is #47A32F. Grayscale: #848484. Windows color (decimal): -4694832 or 13655224. OLE color: 13655224.

HSL color Cylindrical-coordinate representation of color #B85CD0: hue angle of 287.59º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85CD0 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18492208-
CMYK0.120.5600.18
HSL287.59º55.24%58.82%-
HSV(B)287.59º55.77%81.57%-
XYZ34.9822.462.15-
YUV132.73170.48164.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=38.02%
G=19.01%
B=42.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184922080.120.5600.18287.5955.2458.82
HexB85CD0C38012120373b
Octal27013432014700224406773
Binary101110001011100110100001100111000010010100100000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CD0; }

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

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

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

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

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

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

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

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