Html Css Color HEX #B721BD Deep Magenta

📋 copy color: '#B721BD'

red 183 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #B721BD

Tints of Deep Magenta #B721BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 45.19%
G = 8.15%
B = 46.67%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B721BD (or 0xB721BD) is known color: Deep Magenta. HEX triplet: B7, 21 and BD. RGB value is (183,33,189). Sum of RGB (Red+Green+Blue) = 183+33+189=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #B721BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721BD is #48DE42. Grayscale: #5F5F5F. Windows color (decimal): -4775491 or 12394935. OLE color: 12394935.

HSL color Cylindrical-coordinate representation of color #B721BD: hue angle of 297.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B721BD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 33 189 -
CMYK 0.03 0.83 0 0.26
HSL 297.69º 0.7% 0.44% -
HSV(B) 297.69º 0.83% 0.74% -
XYZ 29.26 14.83 49.46 -
YUV 95.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 183 33 189 0.03 0.83 0 0.26 297.69 0.7 0.44
Hex B7 21 BD 3 53 0 1A 12A 46 2C
Octal 267 41 275 3 123 0 32 452 106 54
Binary 10110111 100001 10111101 11 1010011 0 11010 100101010 1000110 101100

Color Harmonies of #B721BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721BD

Black with #B721BD

Text Example


Text Example

White with #B721BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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