Html Css Color HEX #B21FB0 Deep Magenta

📋 copy color: '#B21FB0'

red 178 ◦ green 31 ◦ blue 176

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

Shades of Deep Magenta #B21FB0

Tints of Deep Magenta #B21FB0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 46.23%
G = 8.05%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B21FB0 (or 0xB21FB0) is known color: Deep Magenta. HEX triplet: B2, 1F and B0. RGB value is (178,31,176). Sum of RGB (Red+Green+Blue) = 178+31+176=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FB0 is #4DE04F. Grayscale: #5B5B5B. Windows color (decimal): -5103696 or 11542450. OLE color: 11542450.

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

Color convert

RGB 178 31 176 -
CMYK 0 0.83 0.01 0.30
HSL 300.82º 0.7% 0.41% -
HSV(B) 300.82º 0.83% 0.7% -
XYZ 26.69 13.58 42.29 -
YUV 91.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 178 31 176 0 0.83 0.01 0.30 300.82 0.7 0.41
Hex B2 1F B0 0 53 1 1E 12D 46 29
Octal 262 37 260 0 123 1 36 455 106 51
Binary 10110010 11111 10110000 0 1010011 1 11110 100101101 1000110 101001

Color Harmonies of #B21FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FB0

Black with #B21FB0

Text Example


Text Example

White with #B21FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FB0; }

 p { color: rgb(178,31,176); }

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

background-color css

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

 a { background-color: rgb(178,31,176); }

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

border-color css

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

 span { border-color: rgb(178,31,176); }

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