Html Css Color HEX #B4246D Medium Red Violet

📋 copy color: '#B4246D'

red 180 ◦ green 36 ◦ blue 109

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

Shades of Medium Red Violet #B4246D

Tints of Medium Red Violet #B4246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 55.38%
G = 11.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4246D (or 0xB4246D) is known color: Medium Red Violet. HEX triplet: B4, 24 and 6D. RGB value is (180,36,109). Sum of RGB (Red+Green+Blue) = 180+36+109=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4246D is #4BDB92. Grayscale: #575757. Windows color (decimal): -4971411 or 7152820. OLE color: 7152820.

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

Color convert

RGB 180 36 109 -
CMYK 0 0.8 0.39 0.29
HSL 329.58º 0.67% 0.42% -
HSV(B) 329.58º 0.8% 0.71% -
XYZ 22.21 12.07 15.63 -
YUV 87.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 180 36 109 0 0.8 0.39 0.29 329.58 0.67 0.42
Hex B4 24 6D 0 50 27 1D 14A 43 2A
Octal 264 44 155 0 120 47 35 512 103 52
Binary 10110100 100100 1101101 0 1010000 100111 11101 101001010 1000011 101010

Color Harmonies of #B4246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4246D

Black with #B4246D

Text Example


Text Example

White with #B4246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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