#BB318D

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

Shades of Medium Red Violet #BB318D

Tints of Medium Red Violet #BB318D

Color information

#BB318D (or 0xBB318D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 31 and 8D. RGB value is (187,49,141). Sum of RGB (Red+Green+Blue) = 187+49+141=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB318D is #44CE72. Grayscale: #646464. Windows color (decimal): -4509299 or 9253307. OLE color: 9253307.

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

Color convert

RGB18749141-
CMYK00.740.250.27
HSL320º58.47%46.27%-
HSV(B)320º73.8%73.33%-
XYZ26.414.6826.64-
YUV100.75150.72189.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=49.60%
G=13.00%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874914100.740.250.2732058.4746.27
HexBB318D04A191B1403a2e
Octal27361215011231335007256
Binary1011101111000110001101010010101100111011101000000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB318D; }

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

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

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

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

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

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

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

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