Html Css Color HEX #B920DD Dark Orchid

📋 copy color: '#B920DD'

red 185 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #B920DD

Tints of Dark Orchid #B920DD

RGB

 RED value IS 185 (72.66% from 255) = 42.24%

 GREEN value IS 32 (12.89% from 255) = 7.31%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 42.24%
G = 7.31%
B = 50.46%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B920DD (or 0xB920DD) is known color: Dark Orchid. HEX triplet: B9, 20 and DD. RGB value is (185,32,221). Sum of RGB (Red+Green+Blue) = 185+32+221=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B920DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920DD is #46DF22. Grayscale: #626262. Windows color (decimal): -4644643 or 14491833. OLE color: 14491833.

HSL color Cylindrical-coordinate representation of color #B920DD: hue angle of 288.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B920DD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 32 221 -
CMYK 0.16 0.86 0 0.13
HSL 288.57º 0.75% 0.5% -
HSV(B) 288.57º 0.86% 0.87% -
XYZ 33.58 16.57 69.83 -
YUV 99.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 185 32 221 0.16 0.86 0 0.13 288.57 0.75 0.5
Hex B9 20 DD 10 56 0 D 121 4B 32
Octal 271 40 335 20 126 0 15 441 113 62
Binary 10111001 100000 11011101 10000 1010110 0 1101 100100001 1001011 110010

Color Harmonies of #B920DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920DD

Black with #B920DD

Text Example


Text Example

White with #B920DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920DD; }

 p { color: rgb(185,32,221); }

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

background-color css

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

 a { background-color: rgb(185,32,221); }

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

border-color css

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

 span { border-color: rgb(185,32,221); }

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