Html Css Color HEX #B724B5 Deep Magenta

📋 copy color: '#B724B5'

red 183 ◦ green 36 ◦ blue 181

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

Shades of Deep Magenta #B724B5

Tints of Deep Magenta #B724B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 45.75%
G = 9%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B724B5 (or 0xB724B5) is known color: Deep Magenta. HEX triplet: B7, 24 and B5. RGB value is (183,36,181). Sum of RGB (Red+Green+Blue) = 183+36+181=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B724B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724B5 is #48DB4A. Grayscale: #606060. Windows color (decimal): -4774731 or 11871415. OLE color: 11871415.

HSL color Cylindrical-coordinate representation of color #B724B5: hue angle of 300.82º 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 #B724B5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 181 -
CMYK 0 0.80 0.01 0.28
HSL 300.82º 0.67% 0.43% -
HSV(B) 300.82º 0.8% 0.72% -
XYZ 28.5 14.67 45.04 -
YUV 96.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 183 36 181 0 0.80 0.01 0.28 300.82 0.67 0.43
Hex B7 24 B5 0 50 1 1C 12D 43 2B
Octal 267 44 265 0 120 1 34 455 103 53
Binary 10110111 100100 10110101 0 1010000 1 11100 100101101 1000011 101011

Color Harmonies of #B724B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724B5

Black with #B724B5

Text Example


Text Example

White with #B724B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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