Html Css Color HEX #B812B5 Deep Magenta

📋 copy color: '#B812B5'

red 184 ◦ green 18 ◦ blue 181

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

Shades of Deep Magenta #B812B5

Tints of Deep Magenta #B812B5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 48.04%
G = 4.7%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B812B5 (or 0xB812B5) is known color: Deep Magenta. HEX triplet: B8, 12 and B5. RGB value is (184,18,181). Sum of RGB (Red+Green+Blue) = 184+18+181=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B812B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812B5 is #47ED4A. Grayscale: #555555. Windows color (decimal): -4713803 or 11866808. OLE color: 11866808.

HSL color Cylindrical-coordinate representation of color #B812B5: hue angle of 301.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812B5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 181 -
CMYK 0 0.90 0.02 0.28
HSL 301.08º 0.82% 0.4% -
HSV(B) 301.08º 0.9% 0.72% -
XYZ 28.32 13.96 44.92 -
YUV 86.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 184 18 181 0 0.90 0.02 0.28 301.08 0.82 0.4
Hex B8 12 B5 0 5A 2 1C 12D 52 28
Octal 270 22 265 0 132 2 34 455 122 50
Binary 10111000 10010 10110101 0 1011010 10 11100 100101101 1010010 101000

Color Harmonies of #B812B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812B5

Black with #B812B5

Text Example


Text Example

White with #B812B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812B5; }

 p { color: rgb(184,18,181); }

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

background-color css

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

 a { background-color: rgb(184,18,181); }

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

border-color css

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

 span { border-color: rgb(184,18,181); }

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