Html Css Color HEX #BB1482 Medium Violet Red

📋 copy color: '#BB1482'

red 187 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #BB1482

Tints of Medium Violet Red #BB1482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 55.49%
G = 5.93%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1482 (or 0xBB1482) is known color: Medium Violet Red. HEX triplet: BB, 14 and 82. RGB value is (187,20,130). Sum of RGB (Red+Green+Blue) = 187+20+130=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1482 is #44EB7D. Grayscale: #525252. Windows color (decimal): -4516734 or 8524987. OLE color: 8524987.

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

Color convert

RGB 187 20 130 -
CMYK 0 0.89 0.30 0.27
HSL 320.48º 0.81% 0.41% -
HSV(B) 320.48º 0.89% 0.73% -
XYZ 24.77 12.68 22.26 -
YUV 82.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 187 20 130 0 0.89 0.30 0.27 320.48 0.81 0.41
Hex BB 14 82 0 59 1E 1B 140 51 29
Octal 273 24 202 0 131 36 33 500 121 51
Binary 10111011 10100 10000010 0 1011001 11110 11011 101000000 1010001 101001

Color Harmonies of #BB1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1482

Black with #BB1482

Text Example


Text Example

White with #BB1482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1482; }

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

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

background-color css

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

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

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

border-color css

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

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

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