Html Css Color HEX #B0429B Medium Red Violet

📋 copy color: '#B0429B'

red 176 ◦ green 66 ◦ blue 155

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

Shades of Medium Red Violet #B0429B

Tints of Medium Red Violet #B0429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 44.33%
G = 16.62%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0429B (or 0xB0429B) is known color: Medium Red Violet. HEX triplet: B0, 42 and 9B. RGB value is (176,66,155). Sum of RGB (Red+Green+Blue) = 176+66+155=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0429B is #4FBD64. Grayscale: #6C6C6C. Windows color (decimal): -5225829 or 10175152. OLE color: 10175152.

HSL color Cylindrical-coordinate representation of color #B0429B: hue angle of 311.45º 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 #B0429B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 155 -
CMYK 0 0.62 0.12 0.31
HSL 311.45º 0.45% 0.47% -
HSV(B) 311.45º 0.63% 0.69% -
XYZ 25.77 15.49 32.64 -
YUV 109.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 176 66 155 0 0.62 0.12 0.31 311.45 0.45 0.47
Hex B0 42 9B 0 3E C 1F 137 2D 2F
Octal 260 102 233 0 76 14 37 467 55 57
Binary 10110000 1000010 10011011 0 111110 1100 11111 100110111 101101 101111

Color Harmonies of #B0429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0429B

Black with #B0429B

Text Example


Text Example

White with #B0429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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