Html Css Color HEX #B021AC Dark Orchid

📋 copy color: '#B021AC'

red 176 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #B021AC

Tints of Dark Orchid #B021AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

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

R = 46.19%
G = 8.66%
B = 45.14%

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

#B021AC (or 0xB021AC) is known color: Dark Orchid. HEX triplet: B0, 21 and AC. RGB value is (176,33,172). Sum of RGB (Red+Green+Blue) = 176+33+172=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B021AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B021AC is #4FDE53. Grayscale: #5B5B5B. Windows color (decimal): -5234260 or 11280816. OLE color: 11280816.

HSL color Cylindrical-coordinate representation of color #B021AC: hue angle of 301.68º 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 #B021AC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 172 -
CMYK 0 0.81 0.02 0.31
HSL 301.68º 0.68% 0.41% -
HSV(B) 301.68º 0.81% 0.69% -
XYZ 25.89 13.3 40.23 -
YUV 91.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 176 33 172 0 0.81 0.02 0.31 301.68 0.68 0.41
Hex B0 21 AC 0 51 2 1F 12E 44 29
Octal 260 41 254 0 121 2 37 456 104 51
Binary 10110000 100001 10101100 0 1010001 10 11111 100101110 1000100 101001

Color Harmonies of #B021AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021AC

Black with #B021AC

Text Example


Text Example

White with #B021AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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