Html Css Color HEX #BB0582 Medium Violet Red

📋 copy color: '#BB0582'

red 187 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #BB0582

Tints of Medium Violet Red #BB0582

RGB

 RED value IS 187 (73.44% from 255) = 58.07%

 GREEN value IS 5 (2.34% from 255) = 1.55%

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

R = 58.07%
G = 1.55%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB0582 (or 0xBB0582) is known color: Medium Violet Red. HEX triplet: BB, 05 and 82. RGB value is (187,5,130). Sum of RGB (Red+Green+Blue) = 187+5+130=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0582 is #44FA7D. Grayscale: #494949. Windows color (decimal): -4520574 or 8521147. OLE color: 8521147.

HSL color Cylindrical-coordinate representation of color #BB0582: hue angle of 318.79º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0582 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 130 -
CMYK 0 0.97 0.30 0.27
HSL 318.79º 0.95% 0.38% -
HSV(B) 318.79º 0.97% 0.73% -
XYZ 24.58 12.29 22.19 -
YUV 73.67 159.8 208.84 -
System Red Green Blue C M Y K H S L
Decimal 187 5 130 0 0.97 0.30 0.27 318.79 0.95 0.38
Hex BB 5 82 0 61 1E 1B 13F 5F 26
Octal 273 5 202 0 141 36 33 477 137 46
Binary 10111011 101 10000010 0 1100001 11110 11011 100111111 1011111 100110

Color Harmonies of #BB0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0582

Black with #BB0582

Text Example


Text Example

White with #BB0582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0582; }

 p { color: rgb(187,5,130); }

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

background-color css

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

 a { background-color: rgb(187,5,130); }

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

border-color css

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

 span { border-color: rgb(187,5,130); }

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