Html Css Color HEX #BD2581 Medium Red Violet

📋 copy color: '#BD2581'

red 189 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #BD2581

Tints of Medium Red Violet #BD2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 53.24%
G = 10.42%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD2581 (or 0xBD2581) is known color: Medium Red Violet. HEX triplet: BD, 25 and 81. RGB value is (189,37,129). Sum of RGB (Red+Green+Blue) = 189+37+129=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2581 is #42DA7E. Grayscale: #5C5C5C. Windows color (decimal): -4381311 or 8463805. OLE color: 8463805.

HSL color Cylindrical-coordinate representation of color #BD2581: hue angle of 323.68º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2581 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 129 -
CMYK 0 0.80 0.32 0.26
HSL 323.68º 0.67% 0.44% -
HSV(B) 323.68º 0.8% 0.74% -
XYZ 25.61 13.73 22.07 -
YUV 92.94 148.36 196.52 -
System Red Green Blue C M Y K H S L
Decimal 189 37 129 0 0.80 0.32 0.26 323.68 0.67 0.44
Hex BD 25 81 0 50 20 1A 144 43 2C
Octal 275 45 201 0 120 40 32 504 103 54
Binary 10111101 100101 10000001 0 1010000 100000 11010 101000100 1000011 101100

Color Harmonies of #BD2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2581

Black with #BD2581

Text Example


Text Example

White with #BD2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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