Html Css Color HEX #BD0882 Medium Violet Red

📋 copy color: '#BD0882'

red 189 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #BD0882

Tints of Medium Violet Red #BD0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 57.8%
G = 2.45%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD0882 (or 0xBD0882) is known color: Medium Violet Red. HEX triplet: BD, 08 and 82. RGB value is (189,8,130). Sum of RGB (Red+Green+Blue) = 189+8+130=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0882 is #42F77D. Grayscale: #4B4B4B. Windows color (decimal): -4388734 or 8521917. OLE color: 8521917.

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

Color convert

RGB 189 8 130 -
CMYK 0 0.96 0.31 0.26
HSL 319.56º 0.92% 0.39% -
HSV(B) 319.56º 0.96% 0.74% -
XYZ 25.1 12.6 22.23 -
YUV 76.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 189 8 130 0 0.96 0.31 0.26 319.56 0.92 0.39
Hex BD 8 82 0 60 1F 1A 140 5C 27
Octal 275 10 202 0 140 37 32 500 134 47
Binary 10111101 1000 10000010 0 1100000 11111 11010 101000000 1011100 100111

Color Harmonies of #BD0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0882

Black with #BD0882

Text Example


Text Example

White with #BD0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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