Html Css Color HEX #B912C0 Deep Magenta

📋 copy color: '#B912C0'

red 185 ◦ green 18 ◦ blue 192

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

Shades of Deep Magenta #B912C0

Tints of Deep Magenta #B912C0

RGB

 RED value IS 185 (72.66% from 255) = 46.84%

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

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

R = 46.84%
G = 4.56%
B = 48.61%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B912C0 (or 0xB912C0) is known color: Deep Magenta. HEX triplet: B9, 12 and C0. RGB value is (185,18,192). Sum of RGB (Red+Green+Blue) = 185+18+192=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #B912C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912C0 is #46ED3F. Grayscale: #575757. Windows color (decimal): -4648256 or 12587705. OLE color: 12587705.

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

Color convert

RGB 185 18 192 -
CMYK 0.04 0.91 0 0.25
HSL 297.59º 0.83% 0.41% -
HSV(B) 297.59º 0.91% 0.75% -
XYZ 29.74 14.55 51.11 -
YUV 87.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 185 18 192 0.04 0.91 0 0.25 297.59 0.83 0.41
Hex B9 12 C0 4 5B 0 19 12A 53 29
Octal 271 22 300 4 133 0 31 452 123 51
Binary 10111001 10010 11000000 100 1011011 0 11001 100101010 1010011 101001

Color Harmonies of #B912C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912C0

Black with #B912C0

Text Example


Text Example

White with #B912C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912C0; }

 p { color: rgb(185,18,192); }

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

background-color css

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

 a { background-color: rgb(185,18,192); }

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

border-color css

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

 span { border-color: rgb(185,18,192); }

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