Html Css Color HEX #BC78AD London Hue

📋 copy color: '#BC78AD'

red 188 ◦ green 120 ◦ blue 173

#BC78AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BC78AD

Tints of London Hue #BC78AD

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

 GREEN value IS 120 (47.27% from 255) = 24.95%

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 39.09%
G = 24.95%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC78AD (or 0xBC78AD) is known color: London Hue. HEX triplet: BC, 78 and AD. RGB value is (188,120,173). Sum of RGB (Red+Green+Blue) = 188+120+173=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78AD is #438752. Grayscale: #929292. Windows color (decimal): -4425555 or 11368636. OLE color: 11368636.

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

Color convert

RGB 188 120 173 -
CMYK 0 0.36 0.08 0.26
HSL 313.24º 0.34% 0.6% -
HSV(B) 313.24º 0.36% 0.74% -
XYZ 35 27.14 42.93 -
YUV 146.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 188 120 173 0 0.36 0.08 0.26 313.24 0.34 0.6
Hex BC 78 AD 0 24 8 1A 139 22 3C
Octal 274 170 255 0 44 10 32 471 42 74
Binary 10111100 1111000 10101101 0 100100 1000 11010 100111001 100010 111100

Color Harmonies of #BC78AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78AD

Black with #BC78AD

Text Example


Text Example

White with #BC78AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78AD; }

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

 H1.HeaderClassName
 {
   color: #BC78AD;
 }
 .AnyTagClassName
 {
   color: #BC78AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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