Html Css Color HEX #B712CE Deep Magenta

📋 copy color: '#B712CE'

red 183 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #B712CE

Tints of Deep Magenta #B712CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 44.96%
G = 4.42%
B = 50.61%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B712CE (or 0xB712CE) is known color: Deep Magenta. HEX triplet: B7, 12 and CE. RGB value is (183,18,206). Sum of RGB (Red+Green+Blue) = 183+18+206=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #B712CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712CE is #48ED31. Grayscale: #585858. Windows color (decimal): -4779314 or 13505207. OLE color: 13505207.

HSL color Cylindrical-coordinate representation of color #B712CE: hue angle of 292.66º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712CE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 18 206 -
CMYK 0.11 0.91 0 0.19
HSL 292.66º 0.84% 0.44% -
HSV(B) 292.66º 0.91% 0.81% -
XYZ 30.89 14.96 59.65 -
YUV 88.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 183 18 206 0.11 0.91 0 0.19 292.66 0.84 0.44
Hex B7 12 CE B 5B 0 13 125 54 2C
Octal 267 22 316 13 133 0 23 445 124 54
Binary 10110111 10010 11001110 1011 1011011 0 10011 100100101 1010100 101100

Color Harmonies of #B712CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712CE

Black with #B712CE

Text Example


Text Example

White with #B712CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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