Html Css Color HEX #B85DD2 Medium Orchid

📋 copy color: '#B85DD2'

red 184 ◦ green 93 ◦ blue 210

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

Shades of Medium Orchid #B85DD2

Tints of Medium Orchid #B85DD2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

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

R = 37.78%
G = 19.1%
B = 43.12%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B85DD2 (or 0xB85DD2) is known color: Medium Orchid. HEX triplet: B8, 5D and D2. RGB value is (184,93,210). Sum of RGB (Red+Green+Blue) = 184+93+210=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #B85DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DD2 is #47A22D. Grayscale: #858585. Windows color (decimal): -4694574 or 13786552. OLE color: 13786552.

HSL color Cylindrical-coordinate representation of color #B85DD2: hue angle of 286.67º degrees, saturation: 0.57, 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 #B85DD2 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 93 210 -
CMYK 0.12 0.56 0 0.18
HSL 286.67º 0.57% 0.59% -
HSV(B) 286.67º 0.56% 0.82% -
XYZ 35.31 22.67 63.49 -
YUV 133.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 184 93 210 0.12 0.56 0 0.18 286.67 0.57 0.59
Hex B8 5D D2 C 38 0 12 11F 39 3B
Octal 270 135 322 14 70 0 22 437 71 73
Binary 10111000 1011101 11010010 1100 111000 0 10010 100011111 111001 111011

Color Harmonies of #B85DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DD2

Black with #B85DD2

Text Example


Text Example

White with #B85DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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