Html Css Color HEX #B721B1 Deep Magenta

📋 copy color: '#B721B1'

red 183 ◦ green 33 ◦ blue 177

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

Shades of Deep Magenta #B721B1

Tints of Deep Magenta #B721B1

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

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

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 46.56%
G = 8.4%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B721B1 (or 0xB721B1) is known color: Deep Magenta. HEX triplet: B7, 21 and B1. RGB value is (183,33,177). Sum of RGB (Red+Green+Blue) = 183+33+177=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B721B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721B1 is #48DE4E. Grayscale: #5D5D5D. Windows color (decimal): -4775503 or 11608503. OLE color: 11608503.

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

Color convert

RGB 183 33 177 -
CMYK 0 0.82 0.03 0.28
HSL 302.4º 0.69% 0.42% -
HSV(B) 302.4º 0.82% 0.72% -
XYZ 28.01 14.33 42.88 -
YUV 94.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 183 33 177 0 0.82 0.03 0.28 302.4 0.69 0.42
Hex B7 21 B1 0 52 3 1C 12E 45 2A
Octal 267 41 261 0 122 3 34 456 105 52
Binary 10110111 100001 10110001 0 1010010 11 11100 100101110 1000101 101010

Color Harmonies of #B721B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721B1

Black with #B721B1

Text Example


Text Example

White with #B721B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721B1; }

 p { color: rgb(183,33,177); }

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

background-color css

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

 a { background-color: rgb(183,33,177); }

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

border-color css

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

 span { border-color: rgb(183,33,177); }

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