Html Css Color HEX #B724B2 Deep Magenta

📋 copy color: '#B724B2'

red 183 ◦ green 36 ◦ blue 178

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

Shades of Deep Magenta #B724B2

Tints of Deep Magenta #B724B2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 46.1%
G = 9.07%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B724B2 (or 0xB724B2) is known color: Deep Magenta. HEX triplet: B7, 24 and B2. RGB value is (183,36,178). Sum of RGB (Red+Green+Blue) = 183+36+178=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B724B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B724B2 is #48DB4D. Grayscale: #5F5F5F. Windows color (decimal): -4774734 or 11674807. OLE color: 11674807.

HSL color Cylindrical-coordinate representation of color #B724B2: hue angle of 302.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B724B2 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 178 -
CMYK 0 0.80 0.03 0.28
HSL 302.04º 0.67% 0.43% -
HSV(B) 302.04º 0.8% 0.72% -
XYZ 28.2 14.54 43.44 -
YUV 96.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 183 36 178 0 0.80 0.03 0.28 302.04 0.67 0.43
Hex B7 24 B2 0 50 3 1C 12E 43 2B
Octal 267 44 262 0 120 3 34 456 103 53
Binary 10110111 100100 10110010 0 1010000 11 11100 100101110 1000011 101011

Color Harmonies of #B724B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724B2

Black with #B724B2

Text Example


Text Example

White with #B724B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724B2; }

 p { color: rgb(183,36,178); }

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

background-color css

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

 a { background-color: rgb(183,36,178); }

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

border-color css

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

 span { border-color: rgb(183,36,178); }

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