Html Css Color HEX #B022BD Dark Orchid

📋 copy color: '#B022BD'

red 176 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #B022BD

Tints of Dark Orchid #B022BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 44.11%
G = 8.52%
B = 47.37%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B022BD (or 0xB022BD) is known color: Dark Orchid. HEX triplet: B0, 22 and BD. RGB value is (176,34,189). Sum of RGB (Red+Green+Blue) = 176+34+189=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #B022BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022BD is #4FDD42. Grayscale: #5D5D5D. Windows color (decimal): -5233987 or 12395184. OLE color: 12395184.

HSL color Cylindrical-coordinate representation of color #B022BD: hue angle of 294.97º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B022BD is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 34 189 -
CMYK 0.07 0.82 0 0.26
HSL 294.97º 0.7% 0.44% -
HSV(B) 294.97º 0.82% 0.74% -
XYZ 27.66 14.05 49.4 -
YUV 94.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 176 34 189 0.07 0.82 0 0.26 294.97 0.7 0.44
Hex B0 22 BD 7 52 0 1A 127 46 2C
Octal 260 42 275 7 122 0 32 447 106 54
Binary 10110000 100010 10111101 111 1010010 0 11010 100100111 1000110 101100

Color Harmonies of #B022BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022BD

Black with #B022BD

Text Example


Text Example

White with #B022BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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