Html Css Color HEX #B712A8 Medium Violet Red

📋 copy color: '#B712A8'

red 183 ◦ green 18 ◦ blue 168

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

Shades of Medium Violet Red #B712A8

Tints of Medium Violet Red #B712A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.53%

R = 49.59%
G = 4.88%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B712A8 (or 0xB712A8) is known color: Medium Violet Red. HEX triplet: B7, 12 and A8. RGB value is (183,18,168). Sum of RGB (Red+Green+Blue) = 183+18+168=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B712A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712A8 is #48ED57. Grayscale: #545454. Windows color (decimal): -4779352 or 11014839. OLE color: 11014839.

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

Color convert

RGB 183 18 168 -
CMYK 0 0.90 0.08 0.28
HSL 305.45º 0.82% 0.39% -
HSV(B) 305.45º 0.9% 0.72% -
XYZ 26.81 13.33 38.2 -
YUV 84.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 183 18 168 0 0.90 0.08 0.28 305.45 0.82 0.39
Hex B7 12 A8 0 5A 8 1C 131 52 27
Octal 267 22 250 0 132 10 34 461 122 47
Binary 10110111 10010 10101000 0 1011010 1000 11100 100110001 1010010 100111

Color Harmonies of #B712A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712A8

Black with #B712A8

Text Example


Text Example

White with #B712A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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