Html Css Color HEX #B321B0 Deep Magenta

📋 copy color: '#B321B0'

red 179 ◦ green 33 ◦ blue 176

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

Shades of Deep Magenta #B321B0

Tints of Deep Magenta #B321B0

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

 GREEN value IS 33 (13.28% from 255) = 8.51%

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

R = 46.13%
G = 8.51%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B321B0 (or 0xB321B0) is known color: Deep Magenta. HEX triplet: B3, 21 and B0. RGB value is (179,33,176). Sum of RGB (Red+Green+Blue) = 179+33+176=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B321B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321B0 is #4CDE4F. Grayscale: #5C5C5C. Windows color (decimal): -5037648 or 11542963. OLE color: 11542963.

HSL color Cylindrical-coordinate representation of color #B321B0: hue angle of 301.23º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321B0 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 176 -
CMYK 0 0.82 0.02 0.30
HSL 301.23º 0.69% 0.42% -
HSV(B) 301.23º 0.82% 0.7% -
XYZ 26.97 13.81 42.32 -
YUV 92.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 179 33 176 0 0.82 0.02 0.30 301.23 0.69 0.42
Hex B3 21 B0 0 52 2 1E 12D 45 2A
Octal 263 41 260 0 122 2 36 455 105 52
Binary 10110011 100001 10110000 0 1010010 10 11110 100101101 1000101 101010

Color Harmonies of #B321B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321B0

Black with #B321B0

Text Example


Text Example

White with #B321B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321B0; }

 p { color: rgb(179,33,176); }

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

background-color css

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

 a { background-color: rgb(179,33,176); }

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

border-color css

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

 span { border-color: rgb(179,33,176); }

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