Html Css Color HEX #BD3A81 Medium Red Violet

📋 copy color: '#BD3A81'

red 189 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #BD3A81

Tints of Medium Red Violet #BD3A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.43%

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

R = 50.27%
G = 15.43%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD3A81 (or 0xBD3A81) is known color: Medium Red Violet. HEX triplet: BD, 3A and 81. RGB value is (189,58,129). Sum of RGB (Red+Green+Blue) = 189+58+129=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3A81 is #42C57E. Grayscale: #696969. Windows color (decimal): -4375935 or 8469181. OLE color: 8469181.

HSL color Cylindrical-coordinate representation of color #BD3A81: hue angle of 327.48º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3A81 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 58 129 -
CMYK 0 0.69 0.32 0.26
HSL 327.48º 0.53% 0.48% -
HSV(B) 327.48º 0.69% 0.74% -
XYZ 26.46 15.43 22.35 -
YUV 105.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 189 58 129 0 0.69 0.32 0.26 327.48 0.53 0.48
Hex BD 3A 81 0 45 20 1A 147 35 30
Octal 275 72 201 0 105 40 32 507 65 60
Binary 10111101 111010 10000001 0 1000101 100000 11010 101000111 110101 110000

Color Harmonies of #BD3A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A81

Black with #BD3A81

Text Example


Text Example

White with #BD3A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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