Html Css Color HEX #B712C0 Deep Magenta

📋 copy color: '#B712C0'

red 183 ◦ green 18 ◦ blue 192

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

Shades of Deep Magenta #B712C0

Tints of Deep Magenta #B712C0

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

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

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

R = 46.56%
G = 4.58%
B = 48.85%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B712C0 (or 0xB712C0) is known color: Deep Magenta. HEX triplet: B7, 12 and C0. RGB value is (183,18,192). Sum of RGB (Red+Green+Blue) = 183+18+192=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #B712C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712C0 is #48ED3F. Grayscale: #565656. Windows color (decimal): -4779328 or 12587703. OLE color: 12587703.

HSL color Cylindrical-coordinate representation of color #B712C0: hue angle of 296.9º 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 #B712C0 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 18 192 -
CMYK 0.05 0.91 0 0.25
HSL 296.9º 0.83% 0.41% -
HSV(B) 296.9º 0.91% 0.75% -
XYZ 29.26 14.31 51.09 -
YUV 87.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 183 18 192 0.05 0.91 0 0.25 296.9 0.83 0.41
Hex B7 12 C0 5 5B 0 19 129 53 29
Octal 267 22 300 5 133 0 31 451 123 51
Binary 10110111 10010 11000000 101 1011011 0 11001 100101001 1010011 101001

Color Harmonies of #B712C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712C0

Black with #B712C0

Text Example


Text Example

White with #B712C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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