Html Css Color HEX #BD2674 Medium Red Violet

📋 copy color: '#BD2674'

red 189 ◦ green 38 ◦ blue 116

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

Shades of Medium Red Violet #BD2674

Tints of Medium Red Violet #BD2674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 55.1%
G = 11.08%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD2674 (or 0xBD2674) is known color: Medium Red Violet. HEX triplet: BD, 26 and 74. RGB value is (189,38,116). Sum of RGB (Red+Green+Blue) = 189+38+116=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2674 is #42D98B. Grayscale: #5B5B5B. Windows color (decimal): -4381068 or 7612093. OLE color: 7612093.

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

Color convert

RGB 189 38 116 -
CMYK 0 0.80 0.39 0.26
HSL 329.01º 0.67% 0.45% -
HSV(B) 329.01º 0.8% 0.74% -
XYZ 24.83 13.47 17.81 -
YUV 92.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 189 38 116 0 0.80 0.39 0.26 329.01 0.67 0.45
Hex BD 26 74 0 50 27 1A 149 43 2D
Octal 275 46 164 0 120 47 32 511 103 55
Binary 10111101 100110 1110100 0 1010000 100111 11010 101001001 1000011 101101

Color Harmonies of #BD2674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2674

Black with #BD2674

Text Example


Text Example

White with #BD2674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2674; }

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

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

background-color css

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

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

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

border-color css

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

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

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