Html Css Color HEX #B122DB Dark Orchid

📋 copy color: '#B122DB'

red 177 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #B122DB

Tints of Dark Orchid #B122DB

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

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

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

R = 41.16%
G = 7.91%
B = 50.93%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B122DB (or 0xB122DB) is known color: Dark Orchid. HEX triplet: B1, 22 and DB. RGB value is (177,34,219). Sum of RGB (Red+Green+Blue) = 177+34+219=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B122DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122DB is #4EDD24. Grayscale: #616161. Windows color (decimal): -5168421 or 14361265. OLE color: 14361265.

HSL color Cylindrical-coordinate representation of color #B122DB: hue angle of 286.38º 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 #B122DB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 34 219 -
CMYK 0.19 0.84 0 0.14
HSL 286.38º 0.73% 0.5% -
HSV(B) 286.38º 0.84% 0.86% -
XYZ 31.49 15.61 68.37 -
YUV 97.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 177 34 219 0.19 0.84 0 0.14 286.38 0.73 0.5
Hex B1 22 DB 13 54 0 E 11E 49 32
Octal 261 42 333 23 124 0 16 436 111 62
Binary 10110001 100010 11011011 10011 1010100 0 1110 100011110 1001001 110010

Color Harmonies of #B122DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122DB

Black with #B122DB

Text Example


Text Example

White with #B122DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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