Html Css Color HEX #BD2376 Medium Red Violet

📋 copy color: '#BD2376'

red 189 ◦ green 35 ◦ blue 118

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

Shades of Medium Red Violet #BD2376

Tints of Medium Red Violet #BD2376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 55.26%
G = 10.23%
B = 34.5%

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

#BD2376 (or 0xBD2376) is known color: Medium Red Violet. HEX triplet: BD, 23 and 76. RGB value is (189,35,118). Sum of RGB (Red+Green+Blue) = 189+35+118=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2376 is #42DC89. Grayscale: #5A5A5A. Windows color (decimal): -4381834 or 7742397. OLE color: 7742397.

HSL color Cylindrical-coordinate representation of color #BD2376: hue angle of 327.66º degrees, saturation: 0.69, 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 #BD2376 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 118 -
CMYK 0 0.81 0.38 0.26
HSL 327.66º 0.69% 0.44% -
HSV(B) 327.66º 0.81% 0.74% -
XYZ 24.86 13.33 18.4 -
YUV 90.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 189 35 118 0 0.81 0.38 0.26 327.66 0.69 0.44
Hex BD 23 76 0 51 26 1A 148 45 2C
Octal 275 43 166 0 121 46 32 510 105 54
Binary 10111101 100011 1110110 0 1010001 100110 11010 101001000 1000101 101100

Color Harmonies of #BD2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2376

Black with #BD2376

Text Example


Text Example

White with #BD2376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2376; }

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

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

background-color css

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

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

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

border-color css

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

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

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