Html Css Color HEX #B4309D Medium Red Violet

📋 copy color: '#B4309D'

red 180 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #B4309D

Tints of Medium Red Violet #B4309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.47%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 46.75%
G = 12.47%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4309D (or 0xB4309D) is known color: Medium Red Violet. HEX triplet: B4, 30 and 9D. RGB value is (180,48,157). Sum of RGB (Red+Green+Blue) = 180+48+157=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4309D is #4BCF62. Grayscale: #636363. Windows color (decimal): -4968291 or 10301620. OLE color: 10301620.

HSL color Cylindrical-coordinate representation of color #B4309D: hue angle of 310.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4309D is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 157 -
CMYK 0 0.73 0.13 0.29
HSL 310.45º 0.58% 0.45% -
HSV(B) 310.45º 0.73% 0.71% -
XYZ 25.97 14.25 33.28 -
YUV 99.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 180 48 157 0 0.73 0.13 0.29 310.45 0.58 0.45
Hex B4 30 9D 0 49 D 1D 136 3A 2D
Octal 264 60 235 0 111 15 35 466 72 55
Binary 10110100 110000 10011101 0 1001001 1101 11101 100110110 111010 101101

Color Harmonies of #B4309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4309D

Black with #B4309D

Text Example


Text Example

White with #B4309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4309D; }

 p { color: rgb(180,48,157); }

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

background-color css

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

 a { background-color: rgb(180,48,157); }

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

border-color css

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

 span { border-color: rgb(180,48,157); }

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