Html Css Color HEX #BB1282 Medium Violet Red

📋 copy color: '#BB1282'

red 187 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #BB1282

Tints of Medium Violet Red #BB1282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

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

R = 55.82%
G = 5.37%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1282 (or 0xBB1282) is known color: Medium Violet Red. HEX triplet: BB, 12 and 82. RGB value is (187,18,130). Sum of RGB (Red+Green+Blue) = 187+18+130=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1282 is #44ED7D. Grayscale: #515151. Windows color (decimal): -4517246 or 8524475. OLE color: 8524475.

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

Color convert

RGB 187 18 130 -
CMYK 0 0.90 0.30 0.27
HSL 320.24º 0.82% 0.4% -
HSV(B) 320.24º 0.9% 0.73% -
XYZ 24.74 12.61 22.25 -
YUV 81.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 187 18 130 0 0.90 0.30 0.27 320.24 0.82 0.4
Hex BB 12 82 0 5A 1E 1B 140 52 28
Octal 273 22 202 0 132 36 33 500 122 50
Binary 10111011 10010 10000010 0 1011010 11110 11011 101000000 1010010 101000

Color Harmonies of #BB1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1282

Black with #BB1282

Text Example


Text Example

White with #BB1282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1282; }

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

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

background-color css

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

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

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

border-color css

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

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

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