Html Css Color HEX #B43575 Medium Red Violet

📋 copy color: '#B43575'

red 180 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #B43575

Tints of Medium Red Violet #B43575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 51.43%
G = 15.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B43575 (or 0xB43575) is known color: Medium Red Violet. HEX triplet: B4, 35 and 75. RGB value is (180,53,117). Sum of RGB (Red+Green+Blue) = 180+53+117=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B43575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43575 is #4BCA8A. Grayscale: #626262. Windows color (decimal): -4967051 or 7681460. OLE color: 7681460.

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

Color convert

RGB 180 53 117 -
CMYK 0 0.71 0.35 0.29
HSL 329.76º 0.55% 0.46% -
HSV(B) 329.76º 0.71% 0.71% -
XYZ 23.31 13.53 18.21 -
YUV 98.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 180 53 117 0 0.71 0.35 0.29 329.76 0.55 0.46
Hex B4 35 75 0 47 23 1D 14A 37 2E
Octal 264 65 165 0 107 43 35 512 67 56
Binary 10110100 110101 1110101 0 1000111 100011 11101 101001010 110111 101110

Color Harmonies of #B43575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43575

Black with #B43575

Text Example


Text Example

White with #B43575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43575; }

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

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

background-color css

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

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

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

border-color css

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

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

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