Html Css Color HEX #B4238C Medium Red Violet

📋 copy color: '#B4238C'

red 180 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #B4238C

Tints of Medium Red Violet #B4238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 50.7%
G = 9.86%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4238C (or 0xB4238C) is known color: Medium Red Violet. HEX triplet: B4, 23 and 8C. RGB value is (180,35,140). Sum of RGB (Red+Green+Blue) = 180+35+140=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4238C is #4BDC73. Grayscale: #5A5A5A. Windows color (decimal): -4971636 or 9184180. OLE color: 9184180.

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

Color convert

RGB 180 35 140 -
CMYK 0 0.81 0.22 0.29
HSL 316.55º 0.67% 0.42% -
HSV(B) 316.55º 0.81% 0.71% -
XYZ 24.16 12.8 26.01 -
YUV 90.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 180 35 140 0 0.81 0.22 0.29 316.55 0.67 0.42
Hex B4 23 8C 0 51 16 1D 13D 43 2A
Octal 264 43 214 0 121 26 35 475 103 52
Binary 10110100 100011 10001100 0 1010001 10110 11101 100111101 1000011 101010

Color Harmonies of #B4238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4238C

Black with #B4238C

Text Example


Text Example

White with #B4238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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