Html Css Color HEX #B2049F Medium Violet Red

📋 copy color: '#B2049F'

red 178 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #B2049F

Tints of Medium Violet Red #B2049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 52.2%
G = 1.17%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2049F (or 0xB2049F) is known color: Medium Violet Red. HEX triplet: B2, 04 and 9F. RGB value is (178,4,159). Sum of RGB (Red+Green+Blue) = 178+4+159=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2049F is #4DFB60. Grayscale: #494949. Windows color (decimal): -5110625 or 10421426. OLE color: 10421426.

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

Color convert

RGB 178 4 159 -
CMYK 0 0.98 0.11 0.30
HSL 306.55º 0.96% 0.36% -
HSV(B) 306.55º 0.98% 0.7% -
XYZ 24.66 12.06 33.83 -
YUV 73.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 178 4 159 0 0.98 0.11 0.30 306.55 0.96 0.36
Hex B2 4 9F 0 62 B 1E 133 60 24
Octal 262 4 237 0 142 13 36 463 140 44
Binary 10110010 100 10011111 0 1100010 1011 11110 100110011 1100000 100100

Color Harmonies of #B2049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2049F

Black with #B2049F

Text Example


Text Example

White with #B2049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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