Html Css Color HEX #BD2282 Medium Violet Red

📋 copy color: '#BD2282'

red 189 ◦ green 34 ◦ blue 130

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

Shades of Medium Violet Red #BD2282

Tints of Medium Violet Red #BD2282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 53.54%
G = 9.63%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD2282 (or 0xBD2282) is known color: Medium Violet Red. HEX triplet: BD, 22 and 82. RGB value is (189,34,130). Sum of RGB (Red+Green+Blue) = 189+34+130=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2282 is #42DD7D. Grayscale: #5B5B5B. Windows color (decimal): -4382078 or 8528573. OLE color: 8528573.

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

Color convert

RGB 189 34 130 -
CMYK 0 0.82 0.31 0.26
HSL 322.84º 0.7% 0.44% -
HSV(B) 322.84º 0.82% 0.74% -
XYZ 25.59 13.57 22.39 -
YUV 91.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 189 34 130 0 0.82 0.31 0.26 322.84 0.7 0.44
Hex BD 22 82 0 52 1F 1A 143 46 2C
Octal 275 42 202 0 122 37 32 503 106 54
Binary 10111101 100010 10000010 0 1010010 11111 11010 101000011 1000110 101100

Color Harmonies of #BD2282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2282

Black with #BD2282

Text Example


Text Example

White with #BD2282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2282; }

 p { color: rgb(189,34,130); }

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

background-color css

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

 a { background-color: rgb(189,34,130); }

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

border-color css

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

 span { border-color: rgb(189,34,130); }

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