Html Css Color HEX #B20DB3 Deep Magenta

📋 copy color: '#B20DB3'

red 178 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #B20DB3

Tints of Deep Magenta #B20DB3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 48.11%
G = 3.51%
B = 48.38%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B20DB3 (or 0xB20DB3) is known color: Deep Magenta. HEX triplet: B2, 0D and B3. RGB value is (178,13,179). Sum of RGB (Red+Green+Blue) = 178+13+179=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #B20DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DB3 is #4DF24C. Grayscale: #505050. Windows color (decimal): -5108301 or 11734450. OLE color: 11734450.

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

Color convert

RGB 178 13 179 -
CMYK 0.01 0.93 0 0.30
HSL 299.64º 0.86% 0.38% -
HSV(B) 299.64º 0.93% 0.7% -
XYZ 26.64 13.01 43.75 -
YUV 81.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 178 13 179 0.01 0.93 0 0.30 299.64 0.86 0.38
Hex B2 D B3 1 5D 0 1E 12C 56 26
Octal 262 15 263 1 135 0 36 454 126 46
Binary 10110010 1101 10110011 1 1011101 0 11110 100101100 1010110 100110

Color Harmonies of #B20DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DB3

Black with #B20DB3

Text Example


Text Example

White with #B20DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DB3; }

 p { color: rgb(178,13,179); }

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

background-color css

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

 a { background-color: rgb(178,13,179); }

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

border-color css

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

 span { border-color: rgb(178,13,179); }

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