Html Css Color HEX #B824BB Deep Magenta

📋 copy color: '#B824BB'

red 184 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #B824BB

Tints of Deep Magenta #B824BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 45.21%
G = 8.85%
B = 45.95%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B824BB (or 0xB824BB) is known color: Deep Magenta. HEX triplet: B8, 24 and BB. RGB value is (184,36,187). Sum of RGB (Red+Green+Blue) = 184+36+187=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #B824BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824BB is #47DB44. Grayscale: #616161. Windows color (decimal): -4709189 or 12264632. OLE color: 12264632.

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

Color convert

RGB 184 36 187 -
CMYK 0.02 0.81 0 0.27
HSL 298.81º 0.68% 0.44% -
HSV(B) 298.81º 0.81% 0.73% -
XYZ 29.37 15.04 48.37 -
YUV 97.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 184 36 187 0.02 0.81 0 0.27 298.81 0.68 0.44
Hex B8 24 BB 2 51 0 1B 12B 44 2C
Octal 270 44 273 2 121 0 33 453 104 54
Binary 10111000 100100 10111011 10 1010001 0 11011 100101011 1000100 101100

Color Harmonies of #B824BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824BB

Black with #B824BB

Text Example


Text Example

White with #B824BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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