Html Css Color HEX #BD2671 Medium Red Violet

📋 copy color: '#BD2671'

red 189 ◦ green 38 ◦ blue 113

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

Shades of Medium Red Violet #BD2671

Tints of Medium Red Violet #BD2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 55.59%
G = 11.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD2671 (or 0xBD2671) is known color: Medium Red Violet. HEX triplet: BD, 26 and 71. RGB value is (189,38,113). Sum of RGB (Red+Green+Blue) = 189+38+113=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2671 is #42D98E. Grayscale: #5B5B5B. Windows color (decimal): -4381071 or 7415485. OLE color: 7415485.

HSL color Cylindrical-coordinate representation of color #BD2671: hue angle of 330.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2671 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 113 -
CMYK 0 0.80 0.40 0.26
HSL 330.2º 0.67% 0.45% -
HSV(B) 330.2º 0.8% 0.74% -
XYZ 24.66 13.4 16.91 -
YUV 91.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 189 38 113 0 0.80 0.40 0.26 330.2 0.67 0.45
Hex BD 26 71 0 50 28 1A 14A 43 2D
Octal 275 46 161 0 120 50 32 512 103 55
Binary 10111101 100110 1110001 0 1010000 101000 11010 101001010 1000011 101101

Color Harmonies of #BD2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2671

Black with #BD2671

Text Example


Text Example

White with #BD2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2671; }

 p { color: rgb(189,38,113); }

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

background-color css

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

 a { background-color: rgb(189,38,113); }

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

border-color css

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

 span { border-color: rgb(189,38,113); }

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