Html Css Color HEX #B0429C Medium Red Violet

📋 copy color: '#B0429C'

red 176 ◦ green 66 ◦ blue 156

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

Shades of Medium Red Violet #B0429C

Tints of Medium Red Violet #B0429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 44.22%
G = 16.58%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0429C (or 0xB0429C) is known color: Medium Red Violet. HEX triplet: B0, 42 and 9C. RGB value is (176,66,156). Sum of RGB (Red+Green+Blue) = 176+66+156=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0429C is #4FBD63. Grayscale: #6C6C6C. Windows color (decimal): -5225828 or 10240688. OLE color: 10240688.

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

Color convert

RGB 176 66 156 -
CMYK 0 0.62 0.11 0.31
HSL 310.91º 0.45% 0.47% -
HSV(B) 310.91º 0.63% 0.69% -
XYZ 25.85 15.53 33.09 -
YUV 109.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 176 66 156 0 0.62 0.11 0.31 310.91 0.45 0.47
Hex B0 42 9C 0 3E B 1F 137 2D 2F
Octal 260 102 234 0 76 13 37 467 55 57
Binary 10110000 1000010 10011100 0 111110 1011 11111 100110111 101101 101111

Color Harmonies of #B0429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0429C

Black with #B0429C

Text Example


Text Example

White with #B0429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0429C; }

 p { color: rgb(176,66,156); }

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

background-color css

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

 a { background-color: rgb(176,66,156); }

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

border-color css

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

 span { border-color: rgb(176,66,156); }

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