Html Css Color HEX #B022B5 Dark Orchid

📋 copy color: '#B022B5'

red 176 ◦ green 34 ◦ blue 181

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

Shades of Dark Orchid #B022B5

Tints of Dark Orchid #B022B5

RGB

 RED value IS 176 (69.14% from 255) = 45.01%

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

 BLUE value IS 181 (71.09% from 255) = 46.29%

R = 45.01%
G = 8.7%
B = 46.29%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B022B5 (or 0xB022B5) is known color: Dark Orchid. HEX triplet: B0, 22 and B5. RGB value is (176,34,181). Sum of RGB (Red+Green+Blue) = 176+34+181=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #B022B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022B5 is #4FDD4A. Grayscale: #5C5C5C. Windows color (decimal): -5233995 or 11870896. OLE color: 11870896.

HSL color Cylindrical-coordinate representation of color #B022B5: hue angle of 297.96º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022B5 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 34 181 -
CMYK 0.03 0.81 0 0.29
HSL 297.96º 0.68% 0.42% -
HSV(B) 297.96º 0.81% 0.71% -
XYZ 26.82 13.71 44.95 -
YUV 93.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 176 34 181 0.03 0.81 0 0.29 297.96 0.68 0.42
Hex B0 22 B5 3 51 0 1D 12A 44 2A
Octal 260 42 265 3 121 0 35 452 104 52
Binary 10110000 100010 10110101 11 1010001 0 11101 100101010 1000100 101010

Color Harmonies of #B022B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022B5

Black with #B022B5

Text Example


Text Example

White with #B022B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022B5; }

 p { color: rgb(176,34,181); }

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

background-color css

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

 a { background-color: rgb(176,34,181); }

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

border-color css

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

 span { border-color: rgb(176,34,181); }

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