Html Css Color HEX #B4239C Medium Red Violet

📋 copy color: '#B4239C'

red 180 ◦ green 35 ◦ blue 156

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

Shades of Medium Red Violet #B4239C

Tints of Medium Red Violet #B4239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 48.52%
G = 9.43%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4239C (or 0xB4239C) is known color: Medium Red Violet. HEX triplet: B4, 23 and 9C. RGB value is (180,35,156). Sum of RGB (Red+Green+Blue) = 180+35+156=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4239C is #4BDC63. Grayscale: #5B5B5B. Windows color (decimal): -4971620 or 10232756. OLE color: 10232756.

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

Color convert

RGB 180 35 156 -
CMYK 0 0.81 0.13 0.29
HSL 309.93º 0.67% 0.42% -
HSV(B) 309.93º 0.81% 0.71% -
XYZ 25.42 13.31 32.68 -
YUV 92.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 180 35 156 0 0.81 0.13 0.29 309.93 0.67 0.42
Hex B4 23 9C 0 51 D 1D 136 43 2A
Octal 264 43 234 0 121 15 35 466 103 52
Binary 10110100 100011 10011100 0 1010001 1101 11101 100110110 1000011 101010

Color Harmonies of #B4239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4239C

Black with #B4239C

Text Example


Text Example

White with #B4239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4239C; }

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

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

background-color css

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

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

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

border-color css

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

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

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