Html Css Color HEX #B921DC Dark Orchid

📋 copy color: '#B921DC'

red 185 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #B921DC

Tints of Dark Orchid #B921DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.53%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 42.24%
G = 7.53%
B = 50.23%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B921DC (or 0xB921DC) is known color: Dark Orchid. HEX triplet: B9, 21 and DC. RGB value is (185,33,220). Sum of RGB (Red+Green+Blue) = 185+33+220=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B921DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921DC is #46DE23. Grayscale: #636363. Windows color (decimal): -4644388 or 14426553. OLE color: 14426553.

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

Color convert

RGB 185 33 220 -
CMYK 0.16 0.85 0 0.14
HSL 288.77º 0.74% 0.5% -
HSV(B) 288.77º 0.85% 0.86% -
XYZ 33.47 16.57 69.14 -
YUV 99.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 185 33 220 0.16 0.85 0 0.14 288.77 0.74 0.5
Hex B9 21 DC 10 55 0 E 121 4A 32
Octal 271 41 334 20 125 0 16 441 112 62
Binary 10111001 100001 11011100 10000 1010101 0 1110 100100001 1001010 110010

Color Harmonies of #B921DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921DC

Black with #B921DC

Text Example


Text Example

White with #B921DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921DC; }

 p { color: rgb(185,33,220); }

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

background-color css

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

 a { background-color: rgb(185,33,220); }

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

border-color css

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

 span { border-color: rgb(185,33,220); }

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