Html Css Color HEX #BD296F Medium Red Violet

📋 copy color: '#BD296F'

red 189 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #BD296F

Tints of Medium Red Violet #BD296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 55.43%
G = 12.02%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD296F (or 0xBD296F) is known color: Medium Red Violet. HEX triplet: BD, 29 and 6F. RGB value is (189,41,111). Sum of RGB (Red+Green+Blue) = 189+41+111=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD296F is #42D690. Grayscale: #5D5D5D. Windows color (decimal): -4380305 or 7285181. OLE color: 7285181.

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

Color convert

RGB 189 41 111 -
CMYK 0 0.78 0.41 0.26
HSL 331.62º 0.64% 0.45% -
HSV(B) 331.62º 0.78% 0.74% -
XYZ 24.65 13.55 16.36 -
YUV 93.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 189 41 111 0 0.78 0.41 0.26 331.62 0.64 0.45
Hex BD 29 6F 0 4E 29 1A 14C 40 2D
Octal 275 51 157 0 116 51 32 514 100 55
Binary 10111101 101001 1101111 0 1001110 101001 11010 101001100 1000000 101101

Color Harmonies of #BD296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD296F

Black with #BD296F

Text Example


Text Example

White with #BD296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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