Html Css Color HEX #B824BE Deep Magenta

📋 copy color: '#B824BE'

red 184 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #B824BE

Tints of Deep Magenta #B824BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 44.88%
G = 8.78%
B = 46.34%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B824BE (or 0xB824BE) is known color: Deep Magenta. HEX triplet: B8, 24 and BE. RGB value is (184,36,190). Sum of RGB (Red+Green+Blue) = 184+36+190=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #B824BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824BE is #47DB41. Grayscale: #616161. Windows color (decimal): -4709186 or 12461240. OLE color: 12461240.

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

Color convert

RGB 184 36 190 -
CMYK 0.03 0.81 0 0.25
HSL 297.66º 0.68% 0.44% -
HSV(B) 297.66º 0.81% 0.75% -
XYZ 29.69 15.17 50.08 -
YUV 97.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 184 36 190 0.03 0.81 0 0.25 297.66 0.68 0.44
Hex B8 24 BE 3 51 0 19 12A 44 2C
Octal 270 44 276 3 121 0 31 452 104 54
Binary 10111000 100100 10111110 11 1010001 0 11001 100101010 1000100 101100

Color Harmonies of #B824BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824BE

Black with #B824BE

Text Example


Text Example

White with #B824BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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