Html Css Color HEX #B020AC Dark Orchid

📋 copy color: '#B020AC'

red 176 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #B020AC

Tints of Dark Orchid #B020AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.42%

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

R = 46.32%
G = 8.42%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B020AC (or 0xB020AC) is known color: Dark Orchid. HEX triplet: B0, 20 and AC. RGB value is (176,32,172). Sum of RGB (Red+Green+Blue) = 176+32+172=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B020AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B020AC is #4FDF53. Grayscale: #5A5A5A. Windows color (decimal): -5234516 or 11280560. OLE color: 11280560.

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

Color convert

RGB 176 32 172 -
CMYK 0 0.82 0.02 0.31
HSL 301.67º 0.69% 0.41% -
HSV(B) 301.67º 0.82% 0.69% -
XYZ 25.87 13.24 40.22 -
YUV 91.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 176 32 172 0 0.82 0.02 0.31 301.67 0.69 0.41
Hex B0 20 AC 0 52 2 1F 12E 45 29
Octal 260 40 254 0 122 2 37 456 105 51
Binary 10110000 100000 10101100 0 1010010 10 11111 100101110 1000101 101001

Color Harmonies of #B020AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020AC

Black with #B020AC

Text Example


Text Example

White with #B020AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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