Html Css Color HEX #B20BCB Deep Magenta

📋 copy color: '#B20BCB'

red 178 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #B20BCB

Tints of Deep Magenta #B20BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 45.41%
G = 2.81%
B = 51.79%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B20BCB (or 0xB20BCB) is known color: Deep Magenta. HEX triplet: B2, 0B and CB. RGB value is (178,11,203). Sum of RGB (Red+Green+Blue) = 178+11+203=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #B20BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BCB is #4DF434. Grayscale: #525252. Windows color (decimal): -5108789 or 13306802. OLE color: 13306802.

HSL color Cylindrical-coordinate representation of color #B20BCB: hue angle of 292.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BCB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 11 203 -
CMYK 0.12 0.95 0 0.20
HSL 292.19º 0.9% 0.42% -
HSV(B) 292.19º 0.95% 0.8% -
XYZ 29.26 14.02 57.66 -
YUV 82.82 195.83 195.89 -
System Red Green Blue C M Y K H S L
Decimal 178 11 203 0.12 0.95 0 0.20 292.19 0.9 0.42
Hex B2 B CB C 5F 0 14 124 5A 2A
Octal 262 13 313 14 137 0 24 444 132 52
Binary 10110010 1011 11001011 1100 1011111 0 10100 100100100 1011010 101010

Color Harmonies of #B20BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BCB

Black with #B20BCB

Text Example


Text Example

White with #B20BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BCB; }

 p { color: rgb(178,11,203); }

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

background-color css

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

 a { background-color: rgb(178,11,203); }

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

border-color css

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

 span { border-color: rgb(178,11,203); }

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