Html Css Color HEX #B824BD Deep Magenta

📋 copy color: '#B824BD'

red 184 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #B824BD

Tints of Deep Magenta #B824BD

RGB

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

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

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

R = 44.99%
G = 8.8%
B = 46.21%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B824BD (or 0xB824BD) is known color: Deep Magenta. HEX triplet: B8, 24 and BD. RGB value is (184,36,189). Sum of RGB (Red+Green+Blue) = 184+36+189=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #B824BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824BD is #47DB42. Grayscale: #616161. Windows color (decimal): -4709187 or 12395704. OLE color: 12395704.

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

Color convert

RGB 184 36 189 -
CMYK 0.03 0.81 0 0.26
HSL 298.04º 0.68% 0.44% -
HSV(B) 298.04º 0.81% 0.74% -
XYZ 29.58 15.13 49.5 -
YUV 97.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 184 36 189 0.03 0.81 0 0.26 298.04 0.68 0.44
Hex B8 24 BD 3 51 0 1A 12A 44 2C
Octal 270 44 275 3 121 0 32 452 104 54
Binary 10111000 100100 10111101 11 1010001 0 11010 100101010 1000100 101100

Color Harmonies of #B824BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824BD

Black with #B824BD

Text Example


Text Example

White with #B824BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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