Html Css Color HEX #B4059E Medium Violet Red

📋 copy color: '#B4059E'

red 180 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #B4059E

Tints of Medium Violet Red #B4059E

RGB

 RED value IS 180 (70.7% from 255) = 52.48%

 GREEN value IS 5 (2.34% from 255) = 1.46%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 52.48%
G = 1.46%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4059E (or 0xB4059E) is known color: Medium Violet Red. HEX triplet: B4, 05 and 9E. RGB value is (180,5,158). Sum of RGB (Red+Green+Blue) = 180+5+158=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4059E is #4BFA61. Grayscale: #4A4A4A. Windows color (decimal): -4979298 or 10356148. OLE color: 10356148.

HSL color Cylindrical-coordinate representation of color #B4059E: hue angle of 307.54º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4059E is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 158 -
CMYK 0 0.97 0.12 0.29
HSL 307.54º 0.95% 0.36% -
HSV(B) 307.54º 0.97% 0.71% -
XYZ 25.05 12.28 33.4 -
YUV 74.77 174.98 203.06 -
System Red Green Blue C M Y K H S L
Decimal 180 5 158 0 0.97 0.12 0.29 307.54 0.95 0.36
Hex B4 5 9E 0 61 C 1D 134 5F 24
Octal 264 5 236 0 141 14 35 464 137 44
Binary 10110100 101 10011110 0 1100001 1100 11101 100110100 1011111 100100

Color Harmonies of #B4059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4059E

Black with #B4059E

Text Example


Text Example

White with #B4059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4059E; }

 p { color: rgb(180,5,158); }

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

background-color css

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

 a { background-color: rgb(180,5,158); }

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

border-color css

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

 span { border-color: rgb(180,5,158); }

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