Html Css Color HEX #BB0082 Medium Violet Red

📋 copy color: '#BB0082'

red 187 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #BB0082

Tints of Medium Violet Red #BB0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.99%
G = 0%
B = 41.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB0082 (or 0xBB0082) is known color: Medium Violet Red. HEX triplet: BB, 00 and 82. RGB value is (187,0,130). Sum of RGB (Red+Green+Blue) = 187+0+130=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0082 is #44FF7D. Grayscale: #464646. Windows color (decimal): -4521854 or 8519867. OLE color: 8519867.

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

Color convert

RGB 187 0 130 -
CMYK 0 1 0.30 0.27
HSL 318.29º 1% 0.37% -
HSV(B) 318.29º 1% 0.73% -
XYZ 24.52 12.18 22.18 -
YUV 70.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 187 0 130 0 1 0.30 0.27 318.29 1 0.37
Hex BB 0 82 0 64 1E 1B 13E 64 25
Octal 273 0 202 0 144 36 33 476 144 45
Binary 10111011 0 10000010 0 1100100 11110 11011 100111110 1100100 100101

Color Harmonies of #BB0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0082

Black with #BB0082

Text Example


Text Example

White with #BB0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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