Html Css Color HEX #BD297D Medium Red Violet

📋 copy color: '#BD297D'

red 189 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #BD297D

Tints of Medium Red Violet #BD297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 53.24%
G = 11.55%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD297D (or 0xBD297D) is known color: Medium Red Violet. HEX triplet: BD, 29 and 7D. RGB value is (189,41,125). Sum of RGB (Red+Green+Blue) = 189+41+125=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD297D is #42D682. Grayscale: #5E5E5E. Windows color (decimal): -4380291 or 8202685. OLE color: 8202685.

HSL color Cylindrical-coordinate representation of color #BD297D: hue angle of 325.95º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD297D is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 125 -
CMYK 0 0.78 0.34 0.26
HSL 325.95º 0.64% 0.45% -
HSV(B) 325.95º 0.78% 0.74% -
XYZ 25.48 13.89 20.74 -
YUV 94.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 189 41 125 0 0.78 0.34 0.26 325.95 0.64 0.45
Hex BD 29 7D 0 4E 22 1A 146 40 2D
Octal 275 51 175 0 116 42 32 506 100 55
Binary 10111101 101001 1111101 0 1001110 100010 11010 101000110 1000000 101101

Color Harmonies of #BD297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD297D

Black with #BD297D

Text Example


Text Example

White with #BD297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD297D; }

 p { color: rgb(189,41,125); }

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

background-color css

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

 a { background-color: rgb(189,41,125); }

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

border-color css

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

 span { border-color: rgb(189,41,125); }

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