#bc618f

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

Shades of Hopbush #BC618F

Tints of Hopbush #BC618F

Color information

#BC618F (or 0xBC618F) is unknown color: approx Hopbush. HEX triplet: BC, 61 and 8F. RGB value is (188,97,143). Sum of RGB (Red+Green+Blue) = 188+97+143=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618F is #439E70. Grayscale: #818181. Windows color (decimal): -4431473 or 9396668. OLE color: 9396668.

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

Color convert

RGB18897143-
CMYK00.480.240.26
HSL329.67º40.44%55.88%-
HSV(B)329.67º48.4%73.73%-
XYZ29.9721.2228.5-
YUV129.45135.65169.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=43.93%
G=22.66%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889714300.480.240.26329.6740.4455.88
HexBC618F030181A14a2838
Octal27414121706030325125070
Binary1011110011000011000111101100001100011010101001010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc618f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc618f; }

 p { color: rgb(188,97,143); }

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

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

 a { background-color: rgb(188,97,143); }

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

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

 span { border-color: rgb(188,97,143); }

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