#B85ADE

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

Shades of Medium Orchid #B85ADE

Tints of Medium Orchid #B85ADE

Color information

#B85ADE (or 0xB85ADE) is unknown color: approx Medium Orchid. HEX triplet: B8, 5A and DE. RGB value is (184,90,222). Sum of RGB (Red+Green+Blue) = 184+90+222=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #B85ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ADE is #47A521. Grayscale: #848484. Windows color (decimal): -4695330 or 14572216. OLE color: 14572216.

HSL color Cylindrical-coordinate representation of color #B85ADE: hue angle of 282.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B85ADE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18490222-
CMYK0.170.5900.13
HSL282.73º66.67%61.18%-
HSV(B)282.73º59.46%87.06%-
XYZ36.6122.7871.57-
YUV133.15178.14164.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 90 (35.55% from 255) = 18.15%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=37.10%
G=18.15%
B=44.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184902220.170.5900.13282.7366.6761.18
HexB85ADE113B0D11b433d
Octal270132336217301543310375
Binary1011100010110101101111010001111011011011000110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85ADE; }

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

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

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

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

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

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

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

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