Html Css Color HEX #B2049B Medium Violet Red

📋 copy color: '#B2049B'

red 178 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #B2049B

Tints of Medium Violet Red #B2049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 52.82%
G = 1.19%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2049B (or 0xB2049B) is known color: Medium Violet Red. HEX triplet: B2, 04 and 9B. RGB value is (178,4,155). Sum of RGB (Red+Green+Blue) = 178+4+155=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2049B is #4DFB64. Grayscale: #484848. Windows color (decimal): -5110629 or 10159282. OLE color: 10159282.

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

Color convert

RGB 178 4 155 -
CMYK 0 0.98 0.13 0.30
HSL 307.93º 0.96% 0.36% -
HSV(B) 307.93º 0.98% 0.7% -
XYZ 24.32 11.92 32.03 -
YUV 73.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 178 4 155 0 0.98 0.13 0.30 307.93 0.96 0.36
Hex B2 4 9B 0 62 D 1E 134 60 24
Octal 262 4 233 0 142 15 36 464 140 44
Binary 10110010 100 10011011 0 1100010 1101 11110 100110100 1100000 100100

Color Harmonies of #B2049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2049B

Black with #B2049B

Text Example


Text Example

White with #B2049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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