Html Css Color HEX #BD297B Medium Red Violet

📋 copy color: '#BD297B'

red 189 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #BD297B

Tints of Medium Red Violet #BD297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 53.54%
G = 11.61%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD297B (or 0xBD297B) is known color: Medium Red Violet. HEX triplet: BD, 29 and 7B. RGB value is (189,41,123). Sum of RGB (Red+Green+Blue) = 189+41+123=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD297B is #42D684. Grayscale: #5E5E5E. Windows color (decimal): -4380293 or 8071613. OLE color: 8071613.

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

Color convert

RGB 189 41 123 -
CMYK 0 0.78 0.35 0.26
HSL 326.76º 0.64% 0.45% -
HSV(B) 326.76º 0.78% 0.74% -
XYZ 25.35 13.83 20.07 -
YUV 94.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 189 41 123 0 0.78 0.35 0.26 326.76 0.64 0.45
Hex BD 29 7B 0 4E 23 1A 147 40 2D
Octal 275 51 173 0 116 43 32 507 100 55
Binary 10111101 101001 1111011 0 1001110 100011 11010 101000111 1000000 101101

Color Harmonies of #BD297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD297B

Black with #BD297B

Text Example


Text Example

White with #BD297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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