#BC78B7

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

Shades of London Hue #BC78B7

Tints of London Hue #BC78B7

Color information

#BC78B7 (or 0xBC78B7) is unknown color: approx London Hue. HEX triplet: BC, 78 and B7. RGB value is (188,120,183). Sum of RGB (Red+Green+Blue) = 188+120+183=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78B7 is #438748. Grayscale: #939393. Windows color (decimal): -4425545 or 12023996. OLE color: 12023996.

HSL color Cylindrical-coordinate representation of color #BC78B7: hue angle of 304.41º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC78B7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188120183-
CMYK00.360.030.26
HSL304.41º33.66%60.39%-
HSV(B)304.41º36.17%73.73%-
XYZ3627.5448.22-
YUV147.51148.03156.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=38.29%
G=24.44%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812018300.360.030.26304.4133.6660.39
HexBC78B702431A130223c
Octal2741702670443324604274
Binary1011110011110001011011101001001111010100110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78B7; }

 p { color: rgb(188,120,183); }

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

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

 a { background-color: rgb(188,120,183); }

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

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

 span { border-color: rgb(188,120,183); }

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