Html Css Color HEX #B016C6 Deep Magenta

📋 copy color: '#B016C6'

red 176 ◦ green 22 ◦ blue 198

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

Shades of Deep Magenta #B016C6

Tints of Deep Magenta #B016C6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.56%

 BLUE value IS 198 (77.73% from 255) = 50%

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B016C6 (or 0xB016C6) is known color: Deep Magenta. HEX triplet: B0, 16 and C6. RGB value is (176,22,198). Sum of RGB (Red+Green+Blue) = 176+22+198=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #B016C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016C6 is #4FE939. Grayscale: #575757. Windows color (decimal): -5237050 or 12981936. OLE color: 12981936.

HSL color Cylindrical-coordinate representation of color #B016C6: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B016C6 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 22 198 -
CMYK 0.11 0.89 0 0.22
HSL 292.5º 0.8% 0.43% -
HSV(B) 292.5º 0.89% 0.78% -
XYZ 28.38 13.88 54.61 -
YUV 88.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 176 22 198 0.11 0.89 0 0.22 292.5 0.8 0.43
Hex B0 16 C6 B 59 0 16 124 50 2B
Octal 260 26 306 13 131 0 26 444 120 53
Binary 10110000 10110 11000110 1011 1011001 0 10110 100100100 1010000 101011

Color Harmonies of #B016C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016C6

Black with #B016C6

Text Example


Text Example

White with #B016C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016C6; }

 p { color: rgb(176,22,198); }

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

background-color css

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

 a { background-color: rgb(176,22,198); }

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

border-color css

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

 span { border-color: rgb(176,22,198); }

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