Html Css Color HEX #B5079D Medium Violet Red

📋 copy color: '#B5079D'

red 181 ◦ green 7 ◦ blue 157

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

Shades of Medium Violet Red #B5079D

Tints of Medium Violet Red #B5079D

RGB

 RED value IS 181 (71.09% from 255) = 52.46%

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 52.46%
G = 2.03%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5079D (or 0xB5079D) is known color: Medium Violet Red. HEX triplet: B5, 07 and 9D. RGB value is (181,7,157). Sum of RGB (Red+Green+Blue) = 181+7+157=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5079D is #4AF862. Grayscale: #4B4B4B. Windows color (decimal): -4913251 or 10291125. OLE color: 10291125.

HSL color Cylindrical-coordinate representation of color #B5079D: hue angle of 308.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5079D is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 157 -
CMYK 0 0.96 0.13 0.29
HSL 308.28º 0.93% 0.37% -
HSV(B) 308.28º 0.96% 0.71% -
XYZ 25.22 12.41 32.96 -
YUV 76.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 181 7 157 0 0.96 0.13 0.29 308.28 0.93 0.37
Hex B5 7 9D 0 60 D 1D 134 5D 25
Octal 265 7 235 0 140 15 35 464 135 45
Binary 10110101 111 10011101 0 1100000 1101 11101 100110100 1011101 100101

Color Harmonies of #B5079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5079D

Black with #B5079D

Text Example


Text Example

White with #B5079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5079D; }

 p { color: rgb(181,7,157); }

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

background-color css

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

 a { background-color: rgb(181,7,157); }

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

border-color css

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

 span { border-color: rgb(181,7,157); }

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