Html Css Color HEX #BD297A Medium Red Violet

📋 copy color: '#BD297A'

red 189 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #BD297A

Tints of Medium Red Violet #BD297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 53.69%
G = 11.65%
B = 34.66%

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

#BD297A (or 0xBD297A) is known color: Medium Red Violet. HEX triplet: BD, 29 and 7A. RGB value is (189,41,122). Sum of RGB (Red+Green+Blue) = 189+41+122=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD297A is #42D685. Grayscale: #5E5E5E. Windows color (decimal): -4380294 or 8006077. OLE color: 8006077.

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

Color convert

RGB 189 41 122 -
CMYK 0 0.78 0.35 0.26
HSL 327.16º 0.64% 0.45% -
HSV(B) 327.16º 0.78% 0.74% -
XYZ 25.29 13.81 19.74 -
YUV 94.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 189 41 122 0 0.78 0.35 0.26 327.16 0.64 0.45
Hex BD 29 7A 0 4E 23 1A 147 40 2D
Octal 275 51 172 0 116 43 32 507 100 55
Binary 10111101 101001 1111010 0 1001110 100011 11010 101000111 1000000 101101

Color Harmonies of #BD297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD297A

Black with #BD297A

Text Example


Text Example

White with #BD297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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