Html Css Color HEX #B4249F Medium Red Violet

📋 copy color: '#B4249F'

red 180 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #B4249F

Tints of Medium Red Violet #B4249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 48%
G = 9.6%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4249F (or 0xB4249F) is known color: Medium Red Violet. HEX triplet: B4, 24 and 9F. RGB value is (180,36,159). Sum of RGB (Red+Green+Blue) = 180+36+159=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4249F is #4BDB60. Grayscale: #5C5C5C. Windows color (decimal): -4971361 or 10429620. OLE color: 10429620.

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

Color convert

RGB 180 36 159 -
CMYK 0 0.8 0.12 0.29
HSL 308.75º 0.67% 0.42% -
HSV(B) 308.75º 0.8% 0.71% -
XYZ 25.71 13.47 34.05 -
YUV 93.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 180 36 159 0 0.8 0.12 0.29 308.75 0.67 0.42
Hex B4 24 9F 0 50 C 1D 135 43 2A
Octal 264 44 237 0 120 14 35 465 103 52
Binary 10110100 100100 10011111 0 1010000 1100 11101 100110101 1000011 101010

Color Harmonies of #B4249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4249F

Black with #B4249F

Text Example


Text Example

White with #B4249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4249F; }

 p { color: rgb(180,36,159); }

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

background-color css

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

 a { background-color: rgb(180,36,159); }

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

border-color css

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

 span { border-color: rgb(180,36,159); }

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