Html Css Color HEX #B4429B Medium Red Violet

📋 copy color: '#B4429B'

red 180 ◦ green 66 ◦ blue 155

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

Shades of Medium Red Violet #B4429B

Tints of Medium Red Violet #B4429B

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

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

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

R = 44.89%
G = 16.46%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4429B (or 0xB4429B) is known color: Medium Red Violet. HEX triplet: B4, 42 and 9B. RGB value is (180,66,155). Sum of RGB (Red+Green+Blue) = 180+66+155=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4429B is #4BBD64. Grayscale: #6D6D6D. Windows color (decimal): -4963685 or 10175156. OLE color: 10175156.

HSL color Cylindrical-coordinate representation of color #B4429B: hue angle of 313.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4429B is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 155 -
CMYK 0 0.63 0.14 0.29
HSL 313.16º 0.46% 0.48% -
HSV(B) 313.16º 0.63% 0.71% -
XYZ 26.69 15.97 32.69 -
YUV 110.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 180 66 155 0 0.63 0.14 0.29 313.16 0.46 0.48
Hex B4 42 9B 0 3F E 1D 139 2E 30
Octal 264 102 233 0 77 16 35 471 56 60
Binary 10110100 1000010 10011011 0 111111 1110 11101 100111001 101110 110000

Color Harmonies of #B4429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4429B

Black with #B4429B

Text Example


Text Example

White with #B4429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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