#B85FCC

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

Shades of Medium Orchid #B85FCC

Tints of Medium Orchid #B85FCC

Color information

#B85FCC (or 0xB85FCC) is unknown color: approx Medium Orchid. HEX triplet: B8, 5F and CC. RGB value is (184,95,204). Sum of RGB (Red+Green+Blue) = 184+95+204=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FCC is #47A033. Grayscale: #858585. Windows color (decimal): -4694068 or 13393848. OLE color: 13393848.

HSL color Cylindrical-coordinate representation of color #B85FCC: hue angle of 288.99º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85FCC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18495204-
CMYK0.100.5300.2
HSL288.99º51.66%58.63%-
HSV(B)288.99º53.43%80%-
XYZ34.7622.7359.68-
YUV134.04167.49163.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=38.10%
G=19.67%
B=42.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184952040.100.5300.2288.9951.6658.63
HexB85FCCA35014121343b
Octal27013731412650244416473
Binary101110001011111110011001010110101010100100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FCC; }

 p { color: rgb(184,95,204); }

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

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

 a { background-color: rgb(184,95,204); }

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

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

 span { border-color: rgb(184,95,204); }

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