Html Css Color HEX #B43881 Medium Red Violet

📋 copy color: '#B43881'

red 180 ◦ green 56 ◦ blue 129

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

Shades of Medium Red Violet #B43881

Tints of Medium Red Violet #B43881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 49.32%
G = 15.34%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B43881 (or 0xB43881) is known color: Medium Red Violet. HEX triplet: B4, 38 and 81. RGB value is (180,56,129). Sum of RGB (Red+Green+Blue) = 180+56+129=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43881 is #4BC77E. Grayscale: #656565. Windows color (decimal): -4966271 or 8468660. OLE color: 8468660.

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

Color convert

RGB 180 56 129 -
CMYK 0 0.69 0.28 0.29
HSL 324.68º 0.53% 0.46% -
HSV(B) 324.68º 0.69% 0.71% -
XYZ 24.2 14.12 22.22 -
YUV 101.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 180 56 129 0 0.69 0.28 0.29 324.68 0.53 0.46
Hex B4 38 81 0 45 1C 1D 145 35 2E
Octal 264 70 201 0 105 34 35 505 65 56
Binary 10110100 111000 10000001 0 1000101 11100 11101 101000101 110101 101110

Color Harmonies of #B43881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43881

Black with #B43881

Text Example


Text Example

White with #B43881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43881; }

 p { color: rgb(180,56,129); }

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

background-color css

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

 a { background-color: rgb(180,56,129); }

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

border-color css

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

 span { border-color: rgb(180,56,129); }

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