Html Css Color HEX #BD296A Medium Red Violet

📋 copy color: '#BD296A'

red 189 ◦ green 41 ◦ blue 106

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

Shades of Medium Red Violet #BD296A

Tints of Medium Red Violet #BD296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 56.25%
G = 12.2%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD296A (or 0xBD296A) is known color: Medium Red Violet. HEX triplet: BD, 29 and 6A. RGB value is (189,41,106). Sum of RGB (Red+Green+Blue) = 189+41+106=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD296A is #42D695. Grayscale: #5C5C5C. Windows color (decimal): -4380310 or 6957501. OLE color: 6957501.

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

Color convert

RGB 189 41 106 -
CMYK 0 0.78 0.44 0.26
HSL 333.65º 0.64% 0.45% -
HSV(B) 333.65º 0.78% 0.74% -
XYZ 24.38 13.45 14.95 -
YUV 92.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 189 41 106 0 0.78 0.44 0.26 333.65 0.64 0.45
Hex BD 29 6A 0 4E 2C 1A 14E 40 2D
Octal 275 51 152 0 116 54 32 516 100 55
Binary 10111101 101001 1101010 0 1001110 101100 11010 101001110 1000000 101101

Color Harmonies of #BD296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD296A

Black with #BD296A

Text Example


Text Example

White with #BD296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD296A; }

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

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

background-color css

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

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

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

border-color css

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

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

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