Html Css Color HEX #B4229E Medium Red Violet

📋 copy color: '#B4229E'

red 180 ◦ green 34 ◦ blue 158

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

Shades of Medium Red Violet #B4229E

Tints of Medium Red Violet #B4229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 48.39%
G = 9.14%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4229E (or 0xB4229E) is known color: Medium Red Violet. HEX triplet: B4, 22 and 9E. RGB value is (180,34,158). Sum of RGB (Red+Green+Blue) = 180+34+158=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4229E is #4BDD61. Grayscale: #5B5B5B. Windows color (decimal): -4971874 or 10363572. OLE color: 10363572.

HSL color Cylindrical-coordinate representation of color #B4229E: hue angle of 309.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4229E is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 158 -
CMYK 0 0.81 0.12 0.29
HSL 309.04º 0.68% 0.42% -
HSV(B) 309.04º 0.81% 0.71% -
XYZ 25.57 13.32 33.57 -
YUV 91.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 180 34 158 0 0.81 0.12 0.29 309.04 0.68 0.42
Hex B4 22 9E 0 51 C 1D 135 44 2A
Octal 264 42 236 0 121 14 35 465 104 52
Binary 10110100 100010 10011110 0 1010001 1100 11101 100110101 1000100 101010

Color Harmonies of #B4229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4229E

Black with #B4229E

Text Example


Text Example

White with #B4229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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