#BC6397

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

Shades of Hopbush #BC6397

Tints of Hopbush #BC6397

Color information

#BC6397 (or 0xBC6397) is unknown color: approx Hopbush. HEX triplet: BC, 63 and 97. RGB value is (188,99,151). Sum of RGB (Red+Green+Blue) = 188+99+151=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6397 is #439C68. Grayscale: #838383. Windows color (decimal): -4430953 or 9921468. OLE color: 9921468.

HSL color Cylindrical-coordinate representation of color #BC6397: hue angle of 324.94º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6397 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18899151-
CMYK00.470.200.26
HSL324.94º39.91%56.27%-
HSV(B)324.94º47.34%73.73%-
XYZ30.7921.8531.87-
YUV131.54138.99168.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=42.92%
G=22.60%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889915100.470.200.26324.9439.9156.27
HexBC639702F141A1452838
Octal27414322705724325055070
Binary1011110011000111001011101011111010011010101000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6397; }

 p { color: rgb(188,99,151); }

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

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

 a { background-color: rgb(188,99,151); }

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

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

 span { border-color: rgb(188,99,151); }

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