Html Css Color HEX #B712DF Deep Magenta

📋 copy color: '#B712DF'

red 183 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #B712DF

Tints of Deep Magenta #B712DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 43.16%
G = 4.25%
B = 52.59%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B712DF (or 0xB712DF) is known color: Deep Magenta. HEX triplet: B7, 12 and DF. RGB value is (183,18,223). Sum of RGB (Red+Green+Blue) = 183+18+223=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #B712DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712DF is #48ED20. Grayscale: #5A5A5A. Windows color (decimal): -4779297 or 14619319. OLE color: 14619319.

HSL color Cylindrical-coordinate representation of color #B712DF: hue angle of 288.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B712DF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 18 223 -
CMYK 0.18 0.92 0 0.13
HSL 288.29º 0.85% 0.47% -
HSV(B) 288.29º 0.92% 0.87% -
XYZ 33.06 15.83 71.12 -
YUV 90.71 202.66 193.83 -
System Red Green Blue C M Y K H S L
Decimal 183 18 223 0.18 0.92 0 0.13 288.29 0.85 0.47
Hex B7 12 DF 12 5C 0 D 120 55 2F
Octal 267 22 337 22 134 0 15 440 125 57
Binary 10110111 10010 11011111 10010 1011100 0 1101 100100000 1010101 101111

Color Harmonies of #B712DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712DF

Black with #B712DF

Text Example


Text Example

White with #B712DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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