Html Css Color HEX #B812C6 Deep Magenta

📋 copy color: '#B812C6'

red 184 ◦ green 18 ◦ blue 198

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

Shades of Deep Magenta #B812C6

Tints of Deep Magenta #B812C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.5%

R = 46%
G = 4.5%
B = 49.5%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B812C6 (or 0xB812C6) is known color: Deep Magenta. HEX triplet: B8, 12 and C6. RGB value is (184,18,198). Sum of RGB (Red+Green+Blue) = 184+18+198=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #B812C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812C6 is #47ED39. Grayscale: #575757. Windows color (decimal): -4713786 or 12980920. OLE color: 12980920.

HSL color Cylindrical-coordinate representation of color #B812C6: hue angle of 295.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B812C6 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 18 198 -
CMYK 0.07 0.91 0 0.22
HSL 295.33º 0.83% 0.42% -
HSV(B) 295.33º 0.91% 0.78% -
XYZ 30.18 14.7 54.67 -
YUV 88.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 184 18 198 0.07 0.91 0 0.22 295.33 0.83 0.42
Hex B8 12 C6 7 5B 0 16 127 53 2A
Octal 270 22 306 7 133 0 26 447 123 52
Binary 10111000 10010 11000110 111 1011011 0 10110 100100111 1010011 101010

Color Harmonies of #B812C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812C6

Black with #B812C6

Text Example


Text Example

White with #B812C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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