Html Css Color HEX #BD2377 Medium Red Violet

📋 copy color: '#BD2377'

red 189 ◦ green 35 ◦ blue 119

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

Shades of Medium Red Violet #BD2377

Tints of Medium Red Violet #BD2377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 55.1%
G = 10.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2377 (or 0xBD2377) is known color: Medium Red Violet. HEX triplet: BD, 23 and 77. RGB value is (189,35,119). Sum of RGB (Red+Green+Blue) = 189+35+119=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2377 is #42DC88. Grayscale: #5A5A5A. Windows color (decimal): -4381833 or 7807933. OLE color: 7807933.

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

Color convert

RGB 189 35 119 -
CMYK 0 0.81 0.37 0.26
HSL 327.27º 0.69% 0.44% -
HSV(B) 327.27º 0.81% 0.74% -
XYZ 24.92 13.35 18.72 -
YUV 90.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 189 35 119 0 0.81 0.37 0.26 327.27 0.69 0.44
Hex BD 23 77 0 51 25 1A 147 45 2C
Octal 275 43 167 0 121 45 32 507 105 54
Binary 10111101 100011 1110111 0 1010001 100101 11010 101000111 1000101 101100

Color Harmonies of #BD2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2377

Black with #BD2377

Text Example


Text Example

White with #BD2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2377; }

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

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

background-color css

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

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

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

border-color css

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

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

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