Html Css Color HEX #B029A2 Medium Red Violet

📋 copy color: '#B029A2'

red 176 ◦ green 41 ◦ blue 162

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

Shades of Medium Red Violet #B029A2

Tints of Medium Red Violet #B029A2

RGB

 RED value IS 176 (69.14% from 255) = 46.44%

 GREEN value IS 41 (16.41% from 255) = 10.82%

 BLUE value IS 162 (63.67% from 255) = 42.74%

R = 46.44%
G = 10.82%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B029A2 (or 0xB029A2) is known color: Medium Red Violet. HEX triplet: B0, 29 and A2. RGB value is (176,41,162). Sum of RGB (Red+Green+Blue) = 176+41+162=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B029A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B029A2 is #4FD65D. Grayscale: #5E5E5E. Windows color (decimal): -5232222 or 10627504. OLE color: 10627504.

HSL color Cylindrical-coordinate representation of color #B029A2: hue angle of 306.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B029A2 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 162 -
CMYK 0 0.77 0.08 0.31
HSL 306.22º 0.62% 0.43% -
HSV(B) 306.22º 0.77% 0.69% -
XYZ 25.22 13.42 35.44 -
YUV 95.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 176 41 162 0 0.77 0.08 0.31 306.22 0.62 0.43
Hex B0 29 A2 0 4D 8 1F 132 3E 2B
Octal 260 51 242 0 115 10 37 462 76 53
Binary 10110000 101001 10100010 0 1001101 1000 11111 100110010 111110 101011

Color Harmonies of #B029A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029A2

Black with #B029A2

Text Example


Text Example

White with #B029A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029A2; }

 p { color: rgb(176,41,162); }

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

background-color css

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

 a { background-color: rgb(176,41,162); }

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

border-color css

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

 span { border-color: rgb(176,41,162); }

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