Html Css Color HEX #B922DD Dark Orchid

📋 copy color: '#B922DD'

red 185 ◦ green 34 ◦ blue 221

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

Shades of Dark Orchid #B922DD

Tints of Dark Orchid #B922DD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.73%

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

R = 42.05%
G = 7.73%
B = 50.23%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B922DD (or 0xB922DD) is known color: Dark Orchid. HEX triplet: B9, 22 and DD. RGB value is (185,34,221). Sum of RGB (Red+Green+Blue) = 185+34+221=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B922DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922DD is #46DD22. Grayscale: #636363. Windows color (decimal): -4644131 or 14492345. OLE color: 14492345.

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

Color convert

RGB 185 34 221 -
CMYK 0.16 0.85 0 0.13
HSL 288.45º 0.73% 0.5% -
HSV(B) 288.45º 0.85% 0.87% -
XYZ 33.63 16.68 69.85 -
YUV 100.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 185 34 221 0.16 0.85 0 0.13 288.45 0.73 0.5
Hex B9 22 DD 10 55 0 D 120 49 32
Octal 271 42 335 20 125 0 15 440 111 62
Binary 10111001 100010 11011101 10000 1010101 0 1101 100100000 1001001 110010

Color Harmonies of #B922DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B922DD

Black with #B922DD

Text Example


Text Example

White with #B922DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B922DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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