#BB1DA4

Color #BB1DA4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BB1DA4

Tints of Medium Violet Red #BB1DA4

Color information

#BB1DA4 (or 0xBB1DA4) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1D and A4. RGB value is (187,29,164). Sum of RGB (Red+Green+Blue) = 187+29+164=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DA4 is #44E25B. Grayscale: #5B5B5B. Windows color (decimal): -4514396 or 10755515. OLE color: 10755515.

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

Color convert

RGB18729164-
CMYK00.840.120.27
HSL308.73º73.15%42.35%-
HSV(B)308.73º84.49%73.33%-
XYZ27.6314.1236.39-
YUV91.63168.85196.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 29 (11.72% from 255) = 7.63%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=49.21%
G=7.63%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872916400.840.120.27308.7373.1542.35
HexBB1DA4054C1B135492a
Octal273352440124143346511152
Binary101110111110110100100010101001100110111001101011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1DA4; }

 p { color: rgb(187,29,164); }

 H1.HeaderClassName
 {
   color: #BB1DA4;
 }
 .AnyTagClassName
 {
   color: #BB1DA4;
 }
</style>
background-color css

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

 a { background-color: rgb(187,29,164); }

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

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

 span { border-color: rgb(187,29,164); }

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