Html Css Color HEX #B712BF Deep Magenta

📋 copy color: '#B712BF'

red 183 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #B712BF

Tints of Deep Magenta #B712BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 46.68%
G = 4.59%
B = 48.72%

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

#B712BF (or 0xB712BF) is known color: Deep Magenta. HEX triplet: B7, 12 and BF. RGB value is (183,18,191). Sum of RGB (Red+Green+Blue) = 183+18+191=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #B712BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712BF is #48ED40. Grayscale: #565656. Windows color (decimal): -4779329 or 12522167. OLE color: 12522167.

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

Color convert

RGB 183 18 191 -
CMYK 0.04 0.91 0 0.25
HSL 297.23º 0.83% 0.41% -
HSV(B) 297.23º 0.91% 0.75% -
XYZ 29.15 14.26 50.51 -
YUV 87.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 183 18 191 0.04 0.91 0 0.25 297.23 0.83 0.41
Hex B7 12 BF 4 5B 0 19 129 53 29
Octal 267 22 277 4 133 0 31 451 123 51
Binary 10110111 10010 10111111 100 1011011 0 11001 100101001 1010011 101001

Color Harmonies of #B712BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712BF

Black with #B712BF

Text Example


Text Example

White with #B712BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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