Html Css Color HEX #B922DB Dark Orchid

📋 copy color: '#B922DB'

red 185 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #B922DB

Tints of Dark Orchid #B922DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 42.24%
G = 7.76%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B922DB (or 0xB922DB) is known color: Dark Orchid. HEX triplet: B9, 22 and DB. RGB value is (185,34,219). Sum of RGB (Red+Green+Blue) = 185+34+219=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B922DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922DB is #46DD24. Grayscale: #636363. Windows color (decimal): -4644133 or 14361273. OLE color: 14361273.

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

Color convert

RGB 185 34 219 -
CMYK 0.16 0.84 0 0.14
HSL 288.97º 0.73% 0.5% -
HSV(B) 288.97º 0.84% 0.86% -
XYZ 33.37 16.57 68.46 -
YUV 100.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 185 34 219 0.16 0.84 0 0.14 288.97 0.73 0.5
Hex B9 22 DB 10 54 0 E 121 49 32
Octal 271 42 333 20 124 0 16 441 111 62
Binary 10111001 100010 11011011 10000 1010100 0 1110 100100001 1001001 110010

Color Harmonies of #B922DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B922DB

Black with #B922DB

Text Example


Text Example

White with #B922DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B922DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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