Html Css Color HEX #B21CB3 Deep Magenta

📋 copy color: '#B21CB3'

red 178 ◦ green 28 ◦ blue 179

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

Shades of Deep Magenta #B21CB3

Tints of Deep Magenta #B21CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.27%

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

R = 46.23%
G = 7.27%
B = 46.49%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B21CB3 (or 0xB21CB3) is known color: Deep Magenta. HEX triplet: B2, 1C and B3. RGB value is (178,28,179). Sum of RGB (Red+Green+Blue) = 178+28+179=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #B21CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CB3 is #4DE34C. Grayscale: #595959. Windows color (decimal): -5104461 or 11738290. OLE color: 11738290.

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

Color convert

RGB 178 28 179 -
CMYK 0.01 0.84 0 0.30
HSL 299.6º 0.73% 0.41% -
HSV(B) 299.6º 0.84% 0.7% -
XYZ 26.91 13.55 43.84 -
YUV 90.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 178 28 179 0.01 0.84 0 0.30 299.6 0.73 0.41
Hex B2 1C B3 1 54 0 1E 12C 49 29
Octal 262 34 263 1 124 0 36 454 111 51
Binary 10110010 11100 10110011 1 1010100 0 11110 100101100 1001001 101001

Color Harmonies of #B21CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CB3

Black with #B21CB3

Text Example


Text Example

White with #B21CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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