Html Css Color HEX #BD2A7D Medium Red Violet

📋 copy color: '#BD2A7D'

red 189 ◦ green 42 ◦ blue 125

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

Shades of Medium Red Violet #BD2A7D

Tints of Medium Red Violet #BD2A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 53.09%
G = 11.8%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD2A7D (or 0xBD2A7D) is known color: Medium Red Violet. HEX triplet: BD, 2A and 7D. RGB value is (189,42,125). Sum of RGB (Red+Green+Blue) = 189+42+125=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A7D is #42D582. Grayscale: #5F5F5F. Windows color (decimal): -4380035 or 8202941. OLE color: 8202941.

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

Color convert

RGB 189 42 125 -
CMYK 0 0.78 0.34 0.26
HSL 326.12º 0.64% 0.45% -
HSV(B) 326.12º 0.78% 0.74% -
XYZ 25.52 13.96 20.75 -
YUV 95.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 189 42 125 0 0.78 0.34 0.26 326.12 0.64 0.45
Hex BD 2A 7D 0 4E 22 1A 146 40 2D
Octal 275 52 175 0 116 42 32 506 100 55
Binary 10111101 101010 1111101 0 1001110 100010 11010 101000110 1000000 101101

Color Harmonies of #BD2A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2A7D

Black with #BD2A7D

Text Example


Text Example

White with #BD2A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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