Html Css Color HEX #BD288D Medium Red Violet

📋 copy color: '#BD288D'

red 189 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #BD288D

Tints of Medium Red Violet #BD288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 51.08%
G = 10.81%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD288D (or 0xBD288D) is known color: Medium Red Violet. HEX triplet: BD, 28 and 8D. RGB value is (189,40,141). Sum of RGB (Red+Green+Blue) = 189+40+141=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD288D is #42D772. Grayscale: #5F5F5F. Windows color (decimal): -4380531 or 9251005. OLE color: 9251005.

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

Color convert

RGB 189 40 141 -
CMYK 0 0.79 0.25 0.26
HSL 319.33º 0.65% 0.45% -
HSV(B) 319.33º 0.79% 0.74% -
XYZ 26.55 14.26 26.55 -
YUV 96.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 189 40 141 0 0.79 0.25 0.26 319.33 0.65 0.45
Hex BD 28 8D 0 4F 19 1A 13F 41 2D
Octal 275 50 215 0 117 31 32 477 101 55
Binary 10111101 101000 10001101 0 1001111 11001 11010 100111111 1000001 101101

Color Harmonies of #BD288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD288D

Black with #BD288D

Text Example


Text Example

White with #BD288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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