#B85AD8

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

Shades of Medium Orchid #B85AD8

Tints of Medium Orchid #B85AD8

Color information

#B85AD8 (or 0xB85AD8) is unknown color: approx Medium Orchid. HEX triplet: B8, 5A and D8. RGB value is (184,90,216). Sum of RGB (Red+Green+Blue) = 184+90+216=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #B85AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AD8 is #47A527. Grayscale: #848484. Windows color (decimal): -4695336 or 14179000. OLE color: 14179000.

HSL color Cylindrical-coordinate representation of color #B85AD8: hue angle of 284.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B85AD8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18490216-
CMYK0.150.5800.15
HSL284.76º61.76%60%-
HSV(B)284.76º58.33%84.71%-
XYZ35.8222.4667.41-
YUV132.47175.14164.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 216 (84.77% from 255) = 44.08%
R=37.55%
G=18.37%
B=44.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184902160.150.5800.15284.7661.7660
HexB85AD8F3A0F11d3e3c
Octal27013233017720174357674
Binary10111000101101011011000111111101001111100011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85AD8; }

 p { color: rgb(184,90,216); }

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

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

 a { background-color: rgb(184,90,216); }

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

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

 span { border-color: rgb(184,90,216); }

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