Html Css Color HEX #BD2181 Medium Violet Red

📋 copy color: '#BD2181'

red 189 ◦ green 33 ◦ blue 129

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

Shades of Medium Violet Red #BD2181

Tints of Medium Violet Red #BD2181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 53.85%
G = 9.4%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD2181 (or 0xBD2181) is known color: Medium Violet Red. HEX triplet: BD, 21 and 81. RGB value is (189,33,129). Sum of RGB (Red+Green+Blue) = 189+33+129=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2181 is #42DE7E. Grayscale: #5A5A5A. Windows color (decimal): -4382335 or 8462781. OLE color: 8462781.

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

Color convert

RGB 189 33 129 -
CMYK 0 0.83 0.32 0.26
HSL 323.08º 0.7% 0.44% -
HSV(B) 323.08º 0.83% 0.74% -
XYZ 25.49 13.49 22.03 -
YUV 90.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 189 33 129 0 0.83 0.32 0.26 323.08 0.7 0.44
Hex BD 21 81 0 53 20 1A 143 46 2C
Octal 275 41 201 0 123 40 32 503 106 54
Binary 10111101 100001 10000001 0 1010011 100000 11010 101000011 1000110 101100

Color Harmonies of #BD2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2181

Black with #BD2181

Text Example


Text Example

White with #BD2181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2181; }

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

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

background-color css

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

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

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

border-color css

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

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

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