Html Css Color HEX #B824C0 Deep Magenta

📋 copy color: '#B824C0'

red 184 ◦ green 36 ◦ blue 192

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

Shades of Deep Magenta #B824C0

Tints of Deep Magenta #B824C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 44.66%
G = 8.74%
B = 46.6%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B824C0 (or 0xB824C0) is known color: Deep Magenta. HEX triplet: B8, 24 and C0. RGB value is (184,36,192). Sum of RGB (Red+Green+Blue) = 184+36+192=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #B824C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824C0 is #47DB3F. Grayscale: #616161. Windows color (decimal): -4709184 or 12592312. OLE color: 12592312.

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

Color convert

RGB 184 36 192 -
CMYK 0.04 0.81 0 0.25
HSL 296.92º 0.68% 0.45% -
HSV(B) 296.92º 0.81% 0.75% -
XYZ 29.91 15.26 51.24 -
YUV 98.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 184 36 192 0.04 0.81 0 0.25 296.92 0.68 0.45
Hex B8 24 C0 4 51 0 19 129 44 2D
Octal 270 44 300 4 121 0 31 451 104 55
Binary 10111000 100100 11000000 100 1010001 0 11001 100101001 1000100 101101

Color Harmonies of #B824C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824C0

Black with #B824C0

Text Example


Text Example

White with #B824C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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