Html Css Color HEX #B721BA Deep Magenta

📋 copy color: '#B721BA'

red 183 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #B721BA

Tints of Deep Magenta #B721BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 45.52%
G = 8.21%
B = 46.27%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B721BA (or 0xB721BA) is known color: Deep Magenta. HEX triplet: B7, 21 and BA. RGB value is (183,33,186). Sum of RGB (Red+Green+Blue) = 183+33+186=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B721BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721BA is #48DE45. Grayscale: #5E5E5E. Windows color (decimal): -4775494 or 12198327. OLE color: 12198327.

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

Color convert

RGB 183 33 186 -
CMYK 0.02 0.82 0 0.27
HSL 298.82º 0.7% 0.43% -
HSV(B) 298.82º 0.82% 0.73% -
XYZ 28.94 14.7 47.77 -
YUV 95.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 183 33 186 0.02 0.82 0 0.27 298.82 0.7 0.43
Hex B7 21 BA 2 52 0 1B 12B 46 2B
Octal 267 41 272 2 122 0 33 453 106 53
Binary 10110111 100001 10111010 10 1010010 0 11011 100101011 1000110 101011

Color Harmonies of #B721BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721BA

Black with #B721BA

Text Example


Text Example

White with #B721BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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