Html Css Color HEX #BD2A7E Medium Red Violet

📋 copy color: '#BD2A7E'

red 189 ◦ green 42 ◦ blue 126

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

Shades of Medium Red Violet #BD2A7E

Tints of Medium Red Violet #BD2A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD2A7E (or 0xBD2A7E) is known color: Medium Red Violet. HEX triplet: BD, 2A and 7E. RGB value is (189,42,126). Sum of RGB (Red+Green+Blue) = 189+42+126=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A7E is #42D581. Grayscale: #5F5F5F. Windows color (decimal): -4380034 or 8268477. OLE color: 8268477.

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

Color convert

RGB 189 42 126 -
CMYK 0 0.78 0.33 0.26
HSL 325.71º 0.64% 0.45% -
HSV(B) 325.71º 0.78% 0.74% -
XYZ 25.58 13.98 21.09 -
YUV 95.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 189 42 126 0 0.78 0.33 0.26 325.71 0.64 0.45
Hex BD 2A 7E 0 4E 21 1A 146 40 2D
Octal 275 52 176 0 116 41 32 506 100 55
Binary 10111101 101010 1111110 0 1001110 100001 11010 101000110 1000000 101101

Color Harmonies of #BD2A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2A7E

Black with #BD2A7E

Text Example


Text Example

White with #BD2A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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