Html Css Color HEX #B022AC Dark Orchid

📋 copy color: '#B022AC'

red 176 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #B022AC

Tints of Dark Orchid #B022AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 46.07%
G = 8.9%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B022AC (or 0xB022AC) is known color: Dark Orchid. HEX triplet: B0, 22 and AC. RGB value is (176,34,172). Sum of RGB (Red+Green+Blue) = 176+34+172=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B022AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022AC is #4FDD53. Grayscale: #5B5B5B. Windows color (decimal): -5234004 or 11281072. OLE color: 11281072.

HSL color Cylindrical-coordinate representation of color #B022AC: hue angle of 301.69º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022AC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 172 -
CMYK 0 0.81 0.02 0.31
HSL 301.69º 0.68% 0.41% -
HSV(B) 301.69º 0.81% 0.69% -
XYZ 25.92 13.35 40.24 -
YUV 92.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 176 34 172 0 0.81 0.02 0.31 301.69 0.68 0.41
Hex B0 22 AC 0 51 2 1F 12E 44 29
Octal 260 42 254 0 121 2 37 456 104 51
Binary 10110000 100010 10101100 0 1010001 10 11111 100101110 1000100 101001

Color Harmonies of #B022AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022AC

Black with #B022AC

Text Example


Text Example

White with #B022AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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