Html Css Color HEX #BD2A81 Medium Red Violet

📋 copy color: '#BD2A81'

red 189 ◦ green 42 ◦ blue 129

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

Shades of Medium Red Violet #BD2A81

Tints of Medium Red Violet #BD2A81

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

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

R = 52.5%
G = 11.67%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD2A81 (or 0xBD2A81) is known color: Medium Red Violet. HEX triplet: BD, 2A and 81. RGB value is (189,42,129). Sum of RGB (Red+Green+Blue) = 189+42+129=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2A81 is #42D57E. Grayscale: #5F5F5F. Windows color (decimal): -4380031 or 8465085. OLE color: 8465085.

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

Color convert

RGB 189 42 129 -
CMYK 0 0.78 0.32 0.26
HSL 324.49º 0.64% 0.45% -
HSV(B) 324.49º 0.78% 0.74% -
XYZ 25.78 14.06 22.12 -
YUV 95.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 189 42 129 0 0.78 0.32 0.26 324.49 0.64 0.45
Hex BD 2A 81 0 4E 20 1A 144 40 2D
Octal 275 52 201 0 116 40 32 504 100 55
Binary 10111101 101010 10000001 0 1001110 100000 11010 101000100 1000000 101101

Color Harmonies of #BD2A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2A81

Black with #BD2A81

Text Example


Text Example

White with #BD2A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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