Html Css Color HEX #B4358F Medium Red Violet

📋 copy color: '#B4358F'

red 180 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #B4358F

Tints of Medium Red Violet #B4358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 47.87%
G = 14.1%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4358F (or 0xB4358F) is known color: Medium Red Violet. HEX triplet: B4, 35 and 8F. RGB value is (180,53,143). Sum of RGB (Red+Green+Blue) = 180+53+143=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4358F is #4BCA70. Grayscale: #656565. Windows color (decimal): -4967025 or 9385396. OLE color: 9385396.

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

Color convert

RGB 180 53 143 -
CMYK 0 0.71 0.21 0.29
HSL 317.48º 0.55% 0.46% -
HSV(B) 317.48º 0.71% 0.71% -
XYZ 25.05 14.23 27.41 -
YUV 101.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 180 53 143 0 0.71 0.21 0.29 317.48 0.55 0.46
Hex B4 35 8F 0 47 15 1D 13D 37 2E
Octal 264 65 217 0 107 25 35 475 67 56
Binary 10110100 110101 10001111 0 1000111 10101 11101 100111101 110111 101110

Color Harmonies of #B4358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4358F

Black with #B4358F

Text Example


Text Example

White with #B4358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4358F; }

 p { color: rgb(180,53,143); }

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

background-color css

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

 a { background-color: rgb(180,53,143); }

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

border-color css

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

 span { border-color: rgb(180,53,143); }

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