Html Css Color HEX #B20CA7 Deep Magenta

📋 copy color: '#B20CA7'

red 178 ◦ green 12 ◦ blue 167

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

Shades of Deep Magenta #B20CA7

Tints of Deep Magenta #B20CA7

RGB

 RED value IS 178 (69.92% from 255) = 49.86%

 GREEN value IS 12 (5.08% from 255) = 3.36%

 BLUE value IS 167 (65.63% from 255) = 46.78%

R = 49.86%
G = 3.36%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B20CA7 (or 0xB20CA7) is known color: Deep Magenta. HEX triplet: B2, 0C and A7. RGB value is (178,12,167). Sum of RGB (Red+Green+Blue) = 178+12+167=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B20CA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20CA7 is #4DF358. Grayscale: #4E4E4E. Windows color (decimal): -5108569 or 10947762. OLE color: 10947762.

HSL color Cylindrical-coordinate representation of color #B20CA7: hue angle of 303.98º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20CA7 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 167 -
CMYK 0 0.93 0.06 0.30
HSL 303.98º 0.87% 0.37% -
HSV(B) 303.98º 0.93% 0.7% -
XYZ 25.47 12.52 37.63 -
YUV 79.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 178 12 167 0 0.93 0.06 0.30 303.98 0.87 0.37
Hex B2 C A7 0 5D 6 1E 130 57 25
Octal 262 14 247 0 135 6 36 460 127 45
Binary 10110010 1100 10100111 0 1011101 110 11110 100110000 1010111 100101

Color Harmonies of #B20CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CA7

Black with #B20CA7

Text Example


Text Example

White with #B20CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CA7; }

 p { color: rgb(178,12,167); }

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

background-color css

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

 a { background-color: rgb(178,12,167); }

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

border-color css

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

 span { border-color: rgb(178,12,167); }

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