Html Css Color HEX #B2049A Medium Violet Red

📋 copy color: '#B2049A'

red 178 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #B2049A

Tints of Medium Violet Red #B2049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 52.98%
G = 1.19%
B = 45.83%

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

#B2049A (or 0xB2049A) is known color: Medium Violet Red. HEX triplet: B2, 04 and 9A. RGB value is (178,4,154). Sum of RGB (Red+Green+Blue) = 178+4+154=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2049A is #4DFB65. Grayscale: #484848. Windows color (decimal): -5110630 or 10093746. OLE color: 10093746.

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

Color convert

RGB 178 4 154 -
CMYK 0 0.98 0.13 0.30
HSL 308.28º 0.96% 0.36% -
HSV(B) 308.28º 0.98% 0.7% -
XYZ 24.24 11.88 31.59 -
YUV 73.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 178 4 154 0 0.98 0.13 0.30 308.28 0.96 0.36
Hex B2 4 9A 0 62 D 1E 134 60 24
Octal 262 4 232 0 142 15 36 464 140 44
Binary 10110010 100 10011010 0 1100010 1101 11110 100110100 1100000 100100

Color Harmonies of #B2049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2049A

Black with #B2049A

Text Example


Text Example

White with #B2049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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