Html Css Color HEX #B4238B Medium Red Violet

📋 copy color: '#B4238B'

red 180 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #B4238B

Tints of Medium Red Violet #B4238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 50.85%
G = 9.89%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4238B (or 0xB4238B) is known color: Medium Red Violet. HEX triplet: B4, 23 and 8B. RGB value is (180,35,139). Sum of RGB (Red+Green+Blue) = 180+35+139=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4238B is #4BDC74. Grayscale: #595959. Windows color (decimal): -4971637 or 9118644. OLE color: 9118644.

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

Color convert

RGB 180 35 139 -
CMYK 0 0.81 0.23 0.29
HSL 316.97º 0.67% 0.42% -
HSV(B) 316.97º 0.81% 0.71% -
XYZ 24.08 12.77 25.62 -
YUV 90.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 180 35 139 0 0.81 0.23 0.29 316.97 0.67 0.42
Hex B4 23 8B 0 51 17 1D 13D 43 2A
Octal 264 43 213 0 121 27 35 475 103 52
Binary 10110100 100011 10001011 0 1010001 10111 11101 100111101 1000011 101010

Color Harmonies of #B4238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4238B

Black with #B4238B

Text Example


Text Example

White with #B4238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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