Html Css Color HEX #B85AD2 Medium Orchid

📋 copy color: '#B85AD2'

red 184 ◦ green 90 ◦ blue 210

#B85AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B85AD2

Tints of Medium Orchid #B85AD2

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 38.02%
G = 18.6%
B = 43.39%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B85AD2 (or 0xB85AD2) is known color: Medium Orchid. HEX triplet: B8, 5A and D2. RGB value is (184,90,210). Sum of RGB (Red+Green+Blue) = 184+90+210=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #B85AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AD2 is #47A52D. Grayscale: #838383. Windows color (decimal): -4695342 or 13785784. OLE color: 13785784.

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

Color convert

RGB 184 90 210 -
CMYK 0.12 0.57 0 0.18
HSL 287º 0.57% 0.59% -
HSV(B) 287º 0.57% 0.82% -
XYZ 35.06 22.16 63.4 -
YUV 131.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 184 90 210 0.12 0.57 0 0.18 287 0.57 0.59
Hex B8 5A D2 C 39 0 12 11F 39 3B
Octal 270 132 322 14 71 0 22 437 71 73
Binary 10111000 1011010 11010010 1100 111001 0 10010 100011111 111001 111011

Color Harmonies of #B85AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AD2

Black with #B85AD2

Text Example


Text Example

White with #B85AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AD2; }

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

 H1.HeaderClassName
 {
   color: #B85AD2;
 }
 .AnyTagClassName
 {
   color: #B85AD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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