Html Css Color HEX #B2029A Medium Violet Red

📋 copy color: '#B2029A'

red 178 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #B2029A

Tints of Medium Violet Red #B2029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 53.29%
G = 0.6%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2029A (or 0xB2029A) is known color: Medium Violet Red. HEX triplet: B2, 02 and 9A. RGB value is (178,2,154). Sum of RGB (Red+Green+Blue) = 178+2+154=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2029A is #4DFD65. Grayscale: #474747. Windows color (decimal): -5111142 or 10093234. OLE color: 10093234.

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

Color convert

RGB 178 2 154 -
CMYK 0 0.99 0.13 0.30
HSL 308.18º 0.98% 0.35% -
HSV(B) 308.18º 0.99% 0.7% -
XYZ 24.21 11.84 31.58 -
YUV 71.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 178 2 154 0 0.99 0.13 0.30 308.18 0.98 0.35
Hex B2 2 9A 0 63 D 1E 134 62 23
Octal 262 2 232 0 143 15 36 464 142 43
Binary 10110010 10 10011010 0 1100011 1101 11110 100110100 1100010 100011

Color Harmonies of #B2029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2029A

Black with #B2029A

Text Example


Text Example

White with #B2029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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