#BC3098

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

Shades of Medium Red Violet #BC3098

Tints of Medium Red Violet #BC3098

Color information

#BC3098 (or 0xBC3098) is unknown color: approx Medium Red Violet. HEX triplet: BC, 30 and 98. RGB value is (188,48,152). Sum of RGB (Red+Green+Blue) = 188+48+152=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3098 is #43CF67. Grayscale: #656565. Windows color (decimal): -4444008 or 9973948. OLE color: 9973948.

HSL color Cylindrical-coordinate representation of color #BC3098: hue angle of 315.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3098 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18848152-
CMYK00.740.190.26
HSL315.43º59.32%46.27%-
HSV(B)315.43º74.47%73.73%-
XYZ27.4615.0731.17-
YUV101.72156.38189.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.45%
GREEN value IS 48 (19.14% from 255) = 12.37%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=48.45%
G=12.37%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884815200.740.190.26315.4359.3246.27
HexBC309804A131A13b3b2e
Octal27460230011223324737356
Binary1011110011000010011000010010101001111010100111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3098; }

 p { color: rgb(188,48,152); }

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

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

 a { background-color: rgb(188,48,152); }

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

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

 span { border-color: rgb(188,48,152); }

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