Html Css Color HEX #BD296C Medium Red Violet

📋 copy color: '#BD296C'

red 189 ◦ green 41 ◦ blue 108

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

Shades of Medium Red Violet #BD296C

Tints of Medium Red Violet #BD296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 55.92%
G = 12.13%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD296C (or 0xBD296C) is known color: Medium Red Violet. HEX triplet: BD, 29 and 6C. RGB value is (189,41,108). Sum of RGB (Red+Green+Blue) = 189+41+108=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD296C is #42D693. Grayscale: #5C5C5C. Windows color (decimal): -4380308 or 7088573. OLE color: 7088573.

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

Color convert

RGB 189 41 108 -
CMYK 0 0.78 0.43 0.26
HSL 332.84º 0.64% 0.45% -
HSV(B) 332.84º 0.78% 0.74% -
XYZ 24.49 13.49 15.5 -
YUV 92.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 189 41 108 0 0.78 0.43 0.26 332.84 0.64 0.45
Hex BD 29 6C 0 4E 2B 1A 14D 40 2D
Octal 275 51 154 0 116 53 32 515 100 55
Binary 10111101 101001 1101100 0 1001110 101011 11010 101001101 1000000 101101

Color Harmonies of #BD296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD296C

Black with #BD296C

Text Example


Text Example

White with #BD296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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