Html Css Color HEX #BD0282 Medium Violet Red

📋 copy color: '#BD0282'

red 189 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #BD0282

Tints of Medium Violet Red #BD0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 58.88%
G = 0.62%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD0282 (or 0xBD0282) is known color: Medium Violet Red. HEX triplet: BD, 02 and 82. RGB value is (189,2,130). Sum of RGB (Red+Green+Blue) = 189+2+130=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0282 is #42FD7D. Grayscale: #484848. Windows color (decimal): -4390270 or 8520381. OLE color: 8520381.

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

Color convert

RGB 189 2 130 -
CMYK 0 0.99 0.31 0.26
HSL 318.93º 0.98% 0.37% -
HSV(B) 318.93º 0.99% 0.74% -
XYZ 25.04 12.47 22.21 -
YUV 72.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 189 2 130 0 0.99 0.31 0.26 318.93 0.98 0.37
Hex BD 2 82 0 63 1F 1A 13F 62 25
Octal 275 2 202 0 143 37 32 477 142 45
Binary 10111101 10 10000010 0 1100011 11111 11010 100111111 1100010 100101

Color Harmonies of #BD0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0282

Black with #BD0282

Text Example


Text Example

White with #BD0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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