Html Css Color HEX #B711A5 Medium Violet Red

📋 copy color: '#B711A5'

red 183 ◦ green 17 ◦ blue 165

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

Shades of Medium Violet Red #B711A5

Tints of Medium Violet Red #B711A5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

 BLUE value IS 165 (64.84% from 255) = 45.21%

R = 50.14%
G = 4.66%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B711A5 (or 0xB711A5) is known color: Medium Violet Red. HEX triplet: B7, 11 and A5. RGB value is (183,17,165). Sum of RGB (Red+Green+Blue) = 183+17+165=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B711A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711A5 is #48EE5A. Grayscale: #535353. Windows color (decimal): -4779611 or 10817975. OLE color: 10817975.

HSL color Cylindrical-coordinate representation of color #B711A5: hue angle of 306.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711A5 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 165 -
CMYK 0 0.91 0.10 0.28
HSL 306.51º 0.83% 0.39% -
HSV(B) 306.51º 0.91% 0.72% -
XYZ 26.52 13.18 36.74 -
YUV 83.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 183 17 165 0 0.91 0.10 0.28 306.51 0.83 0.39
Hex B7 11 A5 0 5B A 1C 133 53 27
Octal 267 21 245 0 133 12 34 463 123 47
Binary 10110111 10001 10100101 0 1011011 1010 11100 100110011 1010011 100111

Color Harmonies of #B711A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711A5

Black with #B711A5

Text Example


Text Example

White with #B711A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711A5; }

 p { color: rgb(183,17,165); }

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

background-color css

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

 a { background-color: rgb(183,17,165); }

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

border-color css

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

 span { border-color: rgb(183,17,165); }

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