Html Css Color HEX #BB1285 Medium Violet Red

📋 copy color: '#BB1285'

red 187 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #BB1285

Tints of Medium Violet Red #BB1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 55.33%
G = 5.33%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB1285 (or 0xBB1285) is known color: Medium Violet Red. HEX triplet: BB, 12 and 85. RGB value is (187,18,133). Sum of RGB (Red+Green+Blue) = 187+18+133=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1285 is #44ED7A. Grayscale: #515151. Windows color (decimal): -4517243 or 8721083. OLE color: 8721083.

HSL color Cylindrical-coordinate representation of color #BB1285: hue angle of 319.17º 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 #BB1285 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 133 -
CMYK 0 0.90 0.29 0.27
HSL 319.17º 0.82% 0.4% -
HSV(B) 319.17º 0.9% 0.73% -
XYZ 24.94 12.69 23.33 -
YUV 81.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 187 18 133 0 0.90 0.29 0.27 319.17 0.82 0.4
Hex BB 12 85 0 5A 1D 1B 13F 52 28
Octal 273 22 205 0 132 35 33 477 122 50
Binary 10111011 10010 10000101 0 1011010 11101 11011 100111111 1010010 101000

Color Harmonies of #BB1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1285

Black with #BB1285

Text Example


Text Example

White with #BB1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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