Html Css Color HEX #B2059E Medium Violet Red

📋 copy color: '#B2059E'

red 178 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #B2059E

Tints of Medium Violet Red #B2059E

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

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

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

R = 52.2%
G = 1.47%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2059E (or 0xB2059E) is known color: Medium Violet Red. HEX triplet: B2, 05 and 9E. RGB value is (178,5,158). Sum of RGB (Red+Green+Blue) = 178+5+158=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2059E is #4DFA61. Grayscale: #494949. Windows color (decimal): -5110370 or 10356146. OLE color: 10356146.

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

Color convert

RGB 178 5 158 -
CMYK 0 0.97 0.11 0.30
HSL 306.94º 0.95% 0.36% -
HSV(B) 306.94º 0.97% 0.7% -
XYZ 24.59 12.04 33.38 -
YUV 74.17 175.31 202.06 -
System Red Green Blue C M Y K H S L
Decimal 178 5 158 0 0.97 0.11 0.30 306.94 0.95 0.36
Hex B2 5 9E 0 61 B 1E 133 5F 24
Octal 262 5 236 0 141 13 36 463 137 44
Binary 10110010 101 10011110 0 1100001 1011 11110 100110011 1011111 100100

Color Harmonies of #B2059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2059E

Black with #B2059E

Text Example


Text Example

White with #B2059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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