Html Css Color HEX #B2059B Medium Violet Red

📋 copy color: '#B2059B'

red 178 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #B2059B

Tints of Medium Violet Red #B2059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 52.66%
G = 1.48%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2059B (or 0xB2059B) is known color: Medium Violet Red. HEX triplet: B2, 05 and 9B. RGB value is (178,5,155). Sum of RGB (Red+Green+Blue) = 178+5+155=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2059B is #4DFA64. Grayscale: #494949. Windows color (decimal): -5110373 or 10159538. OLE color: 10159538.

HSL color Cylindrical-coordinate representation of color #B2059B: hue angle of 307.98º 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 #B2059B is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 155 -
CMYK 0 0.97 0.13 0.30
HSL 307.98º 0.95% 0.36% -
HSV(B) 307.98º 0.97% 0.7% -
XYZ 24.33 11.94 32.03 -
YUV 73.83 173.81 202.3 -
System Red Green Blue C M Y K H S L
Decimal 178 5 155 0 0.97 0.13 0.30 307.98 0.95 0.36
Hex B2 5 9B 0 61 D 1E 134 5F 24
Octal 262 5 233 0 141 15 36 464 137 44
Binary 10110010 101 10011011 0 1100001 1101 11110 100110100 1011111 100100

Color Harmonies of #B2059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2059B

Black with #B2059B

Text Example


Text Example

White with #B2059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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