Html Css Color HEX #B4389F Medium Red Violet

📋 copy color: '#B4389F'

red 180 ◦ green 56 ◦ blue 159

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

Shades of Medium Red Violet #B4389F

Tints of Medium Red Violet #B4389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.18%

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 45.57%
G = 14.18%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4389F (or 0xB4389F) is known color: Medium Red Violet. HEX triplet: B4, 38 and 9F. RGB value is (180,56,159). Sum of RGB (Red+Green+Blue) = 180+56+159=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4389F is #4BC760. Grayscale: #686868. Windows color (decimal): -4966241 or 10434740. OLE color: 10434740.

HSL color Cylindrical-coordinate representation of color #B4389F: hue angle of 310.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4389F is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 56 159 -
CMYK 0 0.69 0.12 0.29
HSL 310.16º 0.53% 0.46% -
HSV(B) 310.16º 0.69% 0.71% -
XYZ 26.49 15.03 34.31 -
YUV 104.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 180 56 159 0 0.69 0.12 0.29 310.16 0.53 0.46
Hex B4 38 9F 0 45 C 1D 136 35 2E
Octal 264 70 237 0 105 14 35 466 65 56
Binary 10110100 111000 10011111 0 1000101 1100 11101 100110110 110101 101110

Color Harmonies of #B4389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4389F

Black with #B4389F

Text Example


Text Example

White with #B4389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4389F; }

 p { color: rgb(180,56,159); }

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

background-color css

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

 a { background-color: rgb(180,56,159); }

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

border-color css

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

 span { border-color: rgb(180,56,159); }

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