#BB3698

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

Shades of Medium Red Violet #BB3698

Tints of Medium Red Violet #BB3698

Color information

#BB3698 (or 0xBB3698) is unknown color: approx Medium Red Violet. HEX triplet: BB, 36 and 98. RGB value is (187,54,152). Sum of RGB (Red+Green+Blue) = 187+54+152=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3698 is #44C967. Grayscale: #686868. Windows color (decimal): -4508008 or 9975483. OLE color: 9975483.

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

Color convert

RGB18754152-
CMYK00.710.190.27
HSL315.79º55.19%47.25%-
HSV(B)315.79º71.12%73.33%-
XYZ27.4815.4731.24-
YUV104.94154.56186.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=47.58%
G=13.74%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875415200.710.190.27315.7955.1947.25
HexBB3698047131B13c372f
Octal27366230010723334746757
Binary1011101111011010011000010001111001111011100111100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3698; }

 p { color: rgb(187,54,152); }

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

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

 a { background-color: rgb(187,54,152); }

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

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

 span { border-color: rgb(187,54,152); }

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