#BC638C

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

Shades of Hopbush #BC638C

Tints of Hopbush #BC638C

Color information

#BC638C (or 0xBC638C) is unknown color: approx Hopbush. HEX triplet: BC, 63 and 8C. RGB value is (188,99,140). Sum of RGB (Red+Green+Blue) = 188+99+140=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC638C is #439C73. Grayscale: #828282. Windows color (decimal): -4430964 or 9200572. OLE color: 9200572.

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

Color convert

RGB18899140-
CMYK00.470.260.26
HSL332.36º39.91%56.27%-
HSV(B)332.36º47.34%73.73%-
XYZ29.9321.5127.38-
YUV130.28133.49169.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=44.03%
G=23.19%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889914000.470.260.26332.3639.9156.27
HexBC638C02F1A1A14c2838
Octal27414321405732325145070
Binary1011110011000111000110001011111101011010101001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC638C; }

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

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

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

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

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

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

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

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