Html Css Color HEX #B4429E Medium Red Violet

📋 copy color: '#B4429E'

red 180 ◦ green 66 ◦ blue 158

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

Shades of Medium Red Violet #B4429E

Tints of Medium Red Violet #B4429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 44.55%
G = 16.34%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4429E (or 0xB4429E) is known color: Medium Red Violet. HEX triplet: B4, 42 and 9E. RGB value is (180,66,158). Sum of RGB (Red+Green+Blue) = 180+66+158=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4429E is #4BBD61. Grayscale: #6E6E6E. Windows color (decimal): -4963682 or 10371764. OLE color: 10371764.

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

Color convert

RGB 180 66 158 -
CMYK 0 0.63 0.12 0.29
HSL 311.58º 0.46% 0.48% -
HSV(B) 311.58º 0.63% 0.71% -
XYZ 26.94 16.07 34.03 -
YUV 110.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 180 66 158 0 0.63 0.12 0.29 311.58 0.46 0.48
Hex B4 42 9E 0 3F C 1D 138 2E 30
Octal 264 102 236 0 77 14 35 470 56 60
Binary 10110100 1000010 10011110 0 111111 1100 11101 100111000 101110 110000

Color Harmonies of #B4429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4429E

Black with #B4429E

Text Example


Text Example

White with #B4429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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