Html Css Color HEX #B4429C Medium Red Violet

📋 copy color: '#B4429C'

red 180 ◦ green 66 ◦ blue 156

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

Shades of Medium Red Violet #B4429C

Tints of Medium Red Violet #B4429C

RGB

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

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

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

R = 44.78%
G = 16.42%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4429C (or 0xB4429C) is known color: Medium Red Violet. HEX triplet: B4, 42 and 9C. RGB value is (180,66,156). Sum of RGB (Red+Green+Blue) = 180+66+156=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4429C is #4BBD63. Grayscale: #6E6E6E. Windows color (decimal): -4963684 or 10240692. OLE color: 10240692.

HSL color Cylindrical-coordinate representation of color #B4429C: hue angle of 312.63º 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 #B4429C is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 156 -
CMYK 0 0.63 0.13 0.29
HSL 312.63º 0.46% 0.48% -
HSV(B) 312.63º 0.63% 0.71% -
XYZ 26.77 16 33.13 -
YUV 110.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 180 66 156 0 0.63 0.13 0.29 312.63 0.46 0.48
Hex B4 42 9C 0 3F D 1D 139 2E 30
Octal 264 102 234 0 77 15 35 471 56 60
Binary 10110100 1000010 10011100 0 111111 1101 11101 100111001 101110 110000

Color Harmonies of #B4429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4429C

Black with #B4429C

Text Example


Text Example

White with #B4429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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