Html Css Color HEX #B714A0 Medium Violet Red

📋 copy color: '#B714A0'

red 183 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #B714A0

Tints of Medium Violet Red #B714A0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 50.41%
G = 5.51%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B714A0 (or 0xB714A0) is known color: Medium Violet Red. HEX triplet: B7, 14 and A0. RGB value is (183,20,160). Sum of RGB (Red+Green+Blue) = 183+20+160=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B714A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714A0 is #48EB5F. Grayscale: #545454. Windows color (decimal): -4778848 or 10491063. OLE color: 10491063.

HSL color Cylindrical-coordinate representation of color #B714A0: hue angle of 308.47º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714A0 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 160 -
CMYK 0 0.89 0.13 0.28
HSL 308.47º 0.8% 0.4% -
HSV(B) 308.47º 0.89% 0.72% -
XYZ 26.12 13.11 34.41 -
YUV 84.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 183 20 160 0 0.89 0.13 0.28 308.47 0.8 0.4
Hex B7 14 A0 0 59 D 1C 134 50 28
Octal 267 24 240 0 131 15 34 464 120 50
Binary 10110111 10100 10100000 0 1011001 1101 11100 100110100 1010000 101000

Color Harmonies of #B714A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714A0

Black with #B714A0

Text Example


Text Example

White with #B714A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714A0; }

 p { color: rgb(183,20,160); }

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

background-color css

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

 a { background-color: rgb(183,20,160); }

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

border-color css

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

 span { border-color: rgb(183,20,160); }

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