Html Css Color HEX #BD296D Medium Red Violet

📋 copy color: '#BD296D'

red 189 ◦ green 41 ◦ blue 109

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

Shades of Medium Red Violet #BD296D

Tints of Medium Red Violet #BD296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 55.75%
G = 12.09%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD296D (or 0xBD296D) is known color: Medium Red Violet. HEX triplet: BD, 29 and 6D. RGB value is (189,41,109). Sum of RGB (Red+Green+Blue) = 189+41+109=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD296D is #42D692. Grayscale: #5C5C5C. Windows color (decimal): -4380307 or 7154109. OLE color: 7154109.

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

Color convert

RGB 189 41 109 -
CMYK 0 0.78 0.42 0.26
HSL 332.43º 0.64% 0.45% -
HSV(B) 332.43º 0.78% 0.74% -
XYZ 24.54 13.51 15.78 -
YUV 93 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 189 41 109 0 0.78 0.42 0.26 332.43 0.64 0.45
Hex BD 29 6D 0 4E 2A 1A 14C 40 2D
Octal 275 51 155 0 116 52 32 514 100 55
Binary 10111101 101001 1101101 0 1001110 101010 11010 101001100 1000000 101101

Color Harmonies of #BD296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD296D

Black with #BD296D

Text Example


Text Example

White with #BD296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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