Html Css Color HEX #BD2881 Medium Red Violet

📋 copy color: '#BD2881'

red 189 ◦ green 40 ◦ blue 129

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

Shades of Medium Red Violet #BD2881

Tints of Medium Red Violet #BD2881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 52.79%
G = 11.17%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD2881 (or 0xBD2881) is known color: Medium Red Violet. HEX triplet: BD, 28 and 81. RGB value is (189,40,129). Sum of RGB (Red+Green+Blue) = 189+40+129=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2881 is #42D77E. Grayscale: #5E5E5E. Windows color (decimal): -4380543 or 8464573. OLE color: 8464573.

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

Color convert

RGB 189 40 129 -
CMYK 0 0.79 0.32 0.26
HSL 324.16º 0.65% 0.45% -
HSV(B) 324.16º 0.79% 0.74% -
XYZ 25.71 13.92 22.1 -
YUV 94.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 189 40 129 0 0.79 0.32 0.26 324.16 0.65 0.45
Hex BD 28 81 0 4F 20 1A 144 41 2D
Octal 275 50 201 0 117 40 32 504 101 55
Binary 10111101 101000 10000001 0 1001111 100000 11010 101000100 1000001 101101

Color Harmonies of #BD2881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2881

Black with #BD2881

Text Example


Text Example

White with #BD2881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2881; }

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

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

background-color css

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

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

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

border-color css

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

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

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