#BB378D

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

Shades of Medium Red Violet #BB378D

Tints of Medium Red Violet #BB378D

Color information

#BB378D (or 0xBB378D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and 8D. RGB value is (187,55,141). Sum of RGB (Red+Green+Blue) = 187+55+141=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB378D is #44C872. Grayscale: #686868. Windows color (decimal): -4507763 or 9254843. OLE color: 9254843.

HSL color Cylindrical-coordinate representation of color #BB378D: hue angle of 320.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB378D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18755141-
CMYK00.710.250.27
HSL320.91º54.55%47.45%-
HSV(B)320.91º70.59%73.33%-
XYZ26.6715.2226.73-
YUV104.27148.73187.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=48.83%
G=14.36%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875514100.710.250.27320.9154.5547.45
HexBB378D047191B141372f
Octal27367215010731335016757
Binary1011101111011110001101010001111100111011101000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB378D; }

 p { color: rgb(187,55,141); }

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

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

 a { background-color: rgb(187,55,141); }

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

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

 span { border-color: rgb(187,55,141); }

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