Html Css Color HEX #B4398E Medium Red Violet

📋 copy color: '#B4398E'

red 180 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #B4398E

Tints of Medium Red Violet #B4398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 47.49%
G = 15.04%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4398E (or 0xB4398E) is known color: Medium Red Violet. HEX triplet: B4, 39 and 8E. RGB value is (180,57,142). Sum of RGB (Red+Green+Blue) = 180+57+142=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4398E is #4BC671. Grayscale: #676767. Windows color (decimal): -4966002 or 9320884. OLE color: 9320884.

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

Color convert

RGB 180 57 142 -
CMYK 0 0.68 0.21 0.29
HSL 318.54º 0.52% 0.46% -
HSV(B) 318.54º 0.68% 0.71% -
XYZ 25.17 14.58 27.08 -
YUV 103.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 180 57 142 0 0.68 0.21 0.29 318.54 0.52 0.46
Hex B4 39 8E 0 44 15 1D 13F 34 2E
Octal 264 71 216 0 104 25 35 477 64 56
Binary 10110100 111001 10001110 0 1000100 10101 11101 100111111 110100 101110

Color Harmonies of #B4398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4398E

Black with #B4398E

Text Example


Text Example

White with #B4398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4398E; }

 p { color: rgb(180,57,142); }

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

background-color css

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

 a { background-color: rgb(180,57,142); }

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

border-color css

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

 span { border-color: rgb(180,57,142); }

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