Html Css Color HEX #B43275 Medium Red Violet

📋 copy color: '#B43275'

red 180 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #B43275

Tints of Medium Red Violet #B43275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 51.87%
G = 14.41%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B43275 (or 0xB43275) is known color: Medium Red Violet. HEX triplet: B4, 32 and 75. RGB value is (180,50,117). Sum of RGB (Red+Green+Blue) = 180+50+117=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B43275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43275 is #4BCD8A. Grayscale: #606060. Windows color (decimal): -4967819 or 7680692. OLE color: 7680692.

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

Color convert

RGB 180 50 117 -
CMYK 0 0.72 0.35 0.29
HSL 329.08º 0.57% 0.45% -
HSV(B) 329.08º 0.72% 0.71% -
XYZ 23.17 13.27 18.17 -
YUV 96.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 180 50 117 0 0.72 0.35 0.29 329.08 0.57 0.45
Hex B4 32 75 0 48 23 1D 149 39 2D
Octal 264 62 165 0 110 43 35 511 71 55
Binary 10110100 110010 1110101 0 1001000 100011 11101 101001001 111001 101101

Color Harmonies of #B43275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43275

Black with #B43275

Text Example


Text Example

White with #B43275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43275; }

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

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

background-color css

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

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

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

border-color css

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

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

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