#BC7F9B

Color #BC7F9B Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BC7F9B

Tints of Viola #BC7F9B

Color information

#BC7F9B (or 0xBC7F9B) is unknown color: approx Viola. HEX triplet: BC, 7F and 9B. RGB value is (188,127,155). Sum of RGB (Red+Green+Blue) = 188+127+155=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F9B is #438064. Grayscale: #949494. Windows color (decimal): -4423781 or 10190780. OLE color: 10190780.

HSL color Cylindrical-coordinate representation of color #BC7F9B: hue angle of 332.46º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F9B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188127155-
CMYK00.320.180.26
HSL332.46º31.28%61.76%-
HSV(B)332.46º32.45%73.73%-
XYZ34.2428.2434.66-
YUV148.43131.71156.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=40%
G=27.02%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812715500.320.180.26332.4631.2861.76
HexBC7F9B020121A14c1f3e
Octal27417723304022325143776
Binary101111001111111100110110100000100101101010100110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F9B; }

 p { color: rgb(188,127,155); }

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

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

 a { background-color: rgb(188,127,155); }

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

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

 span { border-color: rgb(188,127,155); }

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