Html Css Color HEX #B812C7 Deep Magenta

📋 copy color: '#B812C7'

red 184 ◦ green 18 ◦ blue 199

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

Shades of Deep Magenta #B812C7

Tints of Deep Magenta #B812C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.63%

R = 45.89%
G = 4.49%
B = 49.63%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B812C7 (or 0xB812C7) is known color: Deep Magenta. HEX triplet: B8, 12 and C7. RGB value is (184,18,199). Sum of RGB (Red+Green+Blue) = 184+18+199=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #B812C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812C7 is #47ED38. Grayscale: #575757. Windows color (decimal): -4713785 or 13046456. OLE color: 13046456.

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

Color convert

RGB 184 18 199 -
CMYK 0.08 0.91 0 0.22
HSL 295.03º 0.83% 0.43% -
HSV(B) 295.03º 0.91% 0.78% -
XYZ 30.29 14.75 55.28 -
YUV 88.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 184 18 199 0.08 0.91 0 0.22 295.03 0.83 0.43
Hex B8 12 C7 8 5B 0 16 127 53 2B
Octal 270 22 307 10 133 0 26 447 123 53
Binary 10111000 10010 11000111 1000 1011011 0 10110 100100111 1010011 101011

Color Harmonies of #B812C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812C7

Black with #B812C7

Text Example


Text Example

White with #B812C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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