Html Css Color HEX #B712A6 Medium Violet Red

📋 copy color: '#B712A6'

red 183 ◦ green 18 ◦ blue 166

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

Shades of Medium Violet Red #B712A6

Tints of Medium Violet Red #B712A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.23%

R = 49.86%
G = 4.9%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B712A6 (or 0xB712A6) is known color: Medium Violet Red. HEX triplet: B7, 12 and A6. RGB value is (183,18,166). Sum of RGB (Red+Green+Blue) = 183+18+166=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B712A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712A6 is #48ED59. Grayscale: #535353. Windows color (decimal): -4779354 or 10883767. OLE color: 10883767.

HSL color Cylindrical-coordinate representation of color #B712A6: hue angle of 306.18º 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 #B712A6 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 166 -
CMYK 0 0.90 0.09 0.28
HSL 306.18º 0.82% 0.39% -
HSV(B) 306.18º 0.9% 0.72% -
XYZ 26.63 13.25 37.23 -
YUV 84.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 183 18 166 0 0.90 0.09 0.28 306.18 0.82 0.39
Hex B7 12 A6 0 5A 9 1C 132 52 27
Octal 267 22 246 0 132 11 34 462 122 47
Binary 10110111 10010 10100110 0 1011010 1001 11100 100110010 1010010 100111

Color Harmonies of #B712A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712A6

Black with #B712A6

Text Example


Text Example

White with #B712A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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