Html Css Color HEX #B20CD3 Deep Magenta

📋 copy color: '#B20CD3'

red 178 ◦ green 12 ◦ blue 211

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

Shades of Deep Magenta #B20CD3

Tints of Deep Magenta #B20CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.62%

R = 44.39%
G = 2.99%
B = 52.62%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B20CD3 (or 0xB20CD3) is known color: Deep Magenta. HEX triplet: B2, 0C and D3. RGB value is (178,12,211). Sum of RGB (Red+Green+Blue) = 178+12+211=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #B20CD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CD3 is #4DF32C. Grayscale: #535353. Windows color (decimal): -5108525 or 13831346. OLE color: 13831346.

HSL color Cylindrical-coordinate representation of color #B20CD3: hue angle of 290.05º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CD3 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 12 211 -
CMYK 0.16 0.94 0 0.17
HSL 290.05º 0.89% 0.44% -
HSV(B) 290.05º 0.94% 0.83% -
XYZ 30.25 14.43 62.82 -
YUV 84.32 199.5 194.82 -
System Red Green Blue C M Y K H S L
Decimal 178 12 211 0.16 0.94 0 0.17 290.05 0.89 0.44
Hex B2 C D3 10 5E 0 11 122 59 2C
Octal 262 14 323 20 136 0 21 442 131 54
Binary 10110010 1100 11010011 10000 1011110 0 10001 100100010 1011001 101100

Color Harmonies of #B20CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CD3

Black with #B20CD3

Text Example


Text Example

White with #B20CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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