Html Css Color HEX #B824B7 Deep Magenta

📋 copy color: '#B824B7'

red 184 ◦ green 36 ◦ blue 183

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

Shades of Deep Magenta #B824B7

Tints of Deep Magenta #B824B7

RGB

 RED value IS 184 (72.27% from 255) = 45.66%

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

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 45.66%
G = 8.93%
B = 45.41%

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

#B824B7 (or 0xB824B7) is known color: Deep Magenta. HEX triplet: B8, 24 and B7. RGB value is (184,36,183). Sum of RGB (Red+Green+Blue) = 184+36+183=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B824B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824B7 is #47DB48. Grayscale: #606060. Windows color (decimal): -4709193 or 12002488. OLE color: 12002488.

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

Color convert

RGB 184 36 183 -
CMYK 0 0.80 0.01 0.28
HSL 300.41º 0.67% 0.43% -
HSV(B) 300.41º 0.8% 0.72% -
XYZ 28.95 14.87 46.14 -
YUV 97.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 184 36 183 0 0.80 0.01 0.28 300.41 0.67 0.43
Hex B8 24 B7 0 50 1 1C 12C 43 2B
Octal 270 44 267 0 120 1 34 454 103 53
Binary 10111000 100100 10110111 0 1010000 1 11100 100101100 1000011 101011

Color Harmonies of #B824B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824B7

Black with #B824B7

Text Example


Text Example

White with #B824B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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