Html Css Color HEX #B43675 Medium Red Violet

📋 copy color: '#B43675'

red 180 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #B43675

Tints of Medium Red Violet #B43675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

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

R = 51.28%
G = 15.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B43675 (or 0xB43675) is known color: Medium Red Violet. HEX triplet: B4, 36 and 75. RGB value is (180,54,117). Sum of RGB (Red+Green+Blue) = 180+54+117=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B43675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43675 is #4BC98A. Grayscale: #626262. Windows color (decimal): -4966795 or 7681716. OLE color: 7681716.

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

Color convert

RGB 180 54 117 -
CMYK 0 0.7 0.35 0.29
HSL 330º 0.54% 0.46% -
HSV(B) 330º 0.7% 0.71% -
XYZ 23.35 13.63 18.23 -
YUV 98.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 180 54 117 0 0.7 0.35 0.29 330 0.54 0.46
Hex B4 36 75 0 46 23 1D 14A 36 2E
Octal 264 66 165 0 106 43 35 512 66 56
Binary 10110100 110110 1110101 0 1000110 100011 11101 101001010 110110 101110

Color Harmonies of #B43675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43675

Black with #B43675

Text Example


Text Example

White with #B43675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43675; }

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

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

background-color css

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

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

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

border-color css

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

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

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