Html Css Color HEX #B712AF Deep Magenta

📋 copy color: '#B712AF'

red 183 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #B712AF

Tints of Deep Magenta #B712AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 48.67%
G = 4.79%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B712AF (or 0xB712AF) is known color: Deep Magenta. HEX triplet: B7, 12 and AF. RGB value is (183,18,175). Sum of RGB (Red+Green+Blue) = 183+18+175=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B712AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712AF is #48ED50. Grayscale: #545454. Windows color (decimal): -4779345 or 11473591. OLE color: 11473591.

HSL color Cylindrical-coordinate representation of color #B712AF: hue angle of 302.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B712AF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 175 -
CMYK 0 0.90 0.04 0.28
HSL 302.91º 0.82% 0.39% -
HSV(B) 302.91º 0.9% 0.72% -
XYZ 27.48 13.6 41.73 -
YUV 85.23 178.66 197.73 -
System Red Green Blue C M Y K H S L
Decimal 183 18 175 0 0.90 0.04 0.28 302.91 0.82 0.39
Hex B7 12 AF 0 5A 4 1C 12F 52 27
Octal 267 22 257 0 132 4 34 457 122 47
Binary 10110111 10010 10101111 0 1011010 100 11100 100101111 1010010 100111

Color Harmonies of #B712AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712AF

Black with #B712AF

Text Example


Text Example

White with #B712AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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