Html Css Color HEX #BD2183 Medium Violet Red

📋 copy color: '#BD2183'

red 189 ◦ green 33 ◦ blue 131

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

Shades of Medium Violet Red #BD2183

Tints of Medium Violet Red #BD2183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 53.54%
G = 9.35%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD2183 (or 0xBD2183) is known color: Medium Violet Red. HEX triplet: BD, 21 and 83. RGB value is (189,33,131). Sum of RGB (Red+Green+Blue) = 189+33+131=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2183 is #42DE7C. Grayscale: #5A5A5A. Windows color (decimal): -4382333 or 8593853. OLE color: 8593853.

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

Color convert

RGB 189 33 131 -
CMYK 0 0.83 0.31 0.26
HSL 322.31º 0.7% 0.44% -
HSV(B) 322.31º 0.83% 0.74% -
XYZ 25.63 13.55 22.74 -
YUV 90.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 189 33 131 0 0.83 0.31 0.26 322.31 0.7 0.44
Hex BD 21 83 0 53 1F 1A 142 46 2C
Octal 275 41 203 0 123 37 32 502 106 54
Binary 10111101 100001 10000011 0 1010011 11111 11010 101000010 1000110 101100

Color Harmonies of #BD2183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2183

Black with #BD2183

Text Example


Text Example

White with #BD2183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2183; }

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

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

background-color css

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

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

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

border-color css

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

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

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