#BC6393

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

Shades of Hopbush #BC6393

Tints of Hopbush #BC6393

Color information

#BC6393 (or 0xBC6393) is unknown color: approx Hopbush. HEX triplet: BC, 63 and 93. RGB value is (188,99,147). Sum of RGB (Red+Green+Blue) = 188+99+147=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6393 is #439C6C. Grayscale: #828282. Windows color (decimal): -4430957 or 9659324. OLE color: 9659324.

HSL color Cylindrical-coordinate representation of color #BC6393: hue angle of 327.64º 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 #BC6393 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18899147-
CMYK00.470.220.26
HSL327.64º39.91%56.27%-
HSV(B)327.64º47.34%73.73%-
XYZ30.4721.7230.19-
YUV131.08136.99168.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=43.32%
G=22.81%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889914700.470.220.26327.6439.9156.27
HexBC639302F161A1482838
Octal27414322305726325105070
Binary1011110011000111001001101011111011011010101001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6393; }

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

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

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

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

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

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

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

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