Html Css Color HEX #B712BA Deep Magenta

📋 copy color: '#B712BA'

red 183 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #B712BA

Tints of Deep Magenta #B712BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 47.29%
G = 4.65%
B = 48.06%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B712BA (or 0xB712BA) is known color: Deep Magenta. HEX triplet: B7, 12 and BA. RGB value is (183,18,186). Sum of RGB (Red+Green+Blue) = 183+18+186=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #B712BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712BA is #48ED45. Grayscale: #555555. Windows color (decimal): -4779334 or 12194487. OLE color: 12194487.

HSL color Cylindrical-coordinate representation of color #B712BA: hue angle of 298.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B712BA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 18 186 -
CMYK 0.02 0.90 0 0.27
HSL 298.93º 0.82% 0.4% -
HSV(B) 298.93º 0.9% 0.73% -
XYZ 28.61 14.05 47.66 -
YUV 86.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 183 18 186 0.02 0.90 0 0.27 298.93 0.82 0.4
Hex B7 12 BA 2 5A 0 1B 12B 52 28
Octal 267 22 272 2 132 0 33 453 122 50
Binary 10110111 10010 10111010 10 1011010 0 11011 100101011 1010010 101000

Color Harmonies of #B712BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712BA

Black with #B712BA

Text Example


Text Example

White with #B712BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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