Html Css Color HEX #BD2476 Medium Red Violet

📋 copy color: '#BD2476'

red 189 ◦ green 36 ◦ blue 118

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

Shades of Medium Red Violet #BD2476

Tints of Medium Red Violet #BD2476

RGB

 RED value IS 189 (74.22% from 255) = 55.1%

 GREEN value IS 36 (14.45% from 255) = 10.5%

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 55.1%
G = 10.5%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD2476 (or 0xBD2476) is known color: Medium Red Violet. HEX triplet: BD, 24 and 76. RGB value is (189,36,118). Sum of RGB (Red+Green+Blue) = 189+36+118=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2476 is #42DB89. Grayscale: #5A5A5A. Windows color (decimal): -4381578 or 7742653. OLE color: 7742653.

HSL color Cylindrical-coordinate representation of color #BD2476: hue angle of 327.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2476 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 118 -
CMYK 0 0.81 0.38 0.26
HSL 327.84º 0.68% 0.44% -
HSV(B) 327.84º 0.81% 0.74% -
XYZ 24.89 13.39 18.41 -
YUV 91.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 189 36 118 0 0.81 0.38 0.26 327.84 0.68 0.44
Hex BD 24 76 0 51 26 1A 148 44 2C
Octal 275 44 166 0 121 46 32 510 104 54
Binary 10111101 100100 1110110 0 1010001 100110 11010 101001000 1000100 101100

Color Harmonies of #BD2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2476

Black with #BD2476

Text Example


Text Example

White with #BD2476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2476; }

 p { color: rgb(189,36,118); }

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

background-color css

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

 a { background-color: rgb(189,36,118); }

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

border-color css

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

 span { border-color: rgb(189,36,118); }

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