Html Css Color HEX #BD289F Medium Red Violet

📋 copy color: '#BD289F'

red 189 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #BD289F

Tints of Medium Red Violet #BD289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 48.71%
G = 10.31%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD289F (or 0xBD289F) is known color: Medium Red Violet. HEX triplet: BD, 28 and 9F. RGB value is (189,40,159). Sum of RGB (Red+Green+Blue) = 189+40+159=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD289F is #42D760. Grayscale: #616161. Windows color (decimal): -4380513 or 10430653. OLE color: 10430653.

HSL color Cylindrical-coordinate representation of color #BD289F: hue angle of 312.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD289F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 159 -
CMYK 0 0.79 0.16 0.26
HSL 312.08º 0.65% 0.45% -
HSV(B) 312.08º 0.79% 0.74% -
XYZ 28 14.84 34.19 -
YUV 98.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 189 40 159 0 0.79 0.16 0.26 312.08 0.65 0.45
Hex BD 28 9F 0 4F 10 1A 138 41 2D
Octal 275 50 237 0 117 20 32 470 101 55
Binary 10111101 101000 10011111 0 1001111 10000 11010 100111000 1000001 101101

Color Harmonies of #BD289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD289F

Black with #BD289F

Text Example


Text Example

White with #BD289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD289F; }

 p { color: rgb(189,40,159); }

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

background-color css

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

 a { background-color: rgb(189,40,159); }

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

border-color css

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

 span { border-color: rgb(189,40,159); }

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