Html Css Color HEX #BC78BB London Hue

📋 copy color: '#BC78BB'

red 188 ◦ green 120 ◦ blue 187

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

Shades of London Hue #BC78BB

Tints of London Hue #BC78BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 37.98%
G = 24.24%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC78BB (or 0xBC78BB) is known color: London Hue. HEX triplet: BC, 78 and BB. RGB value is (188,120,187). Sum of RGB (Red+Green+Blue) = 188+120+187=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78BB is #438744. Grayscale: #939393. Windows color (decimal): -4425541 or 12286140. OLE color: 12286140.

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

Color convert

RGB 188 120 187 -
CMYK 0 0.36 0.01 0.26
HSL 300.88º 0.34% 0.6% -
HSV(B) 300.88º 0.36% 0.74% -
XYZ 36.43 27.71 50.44 -
YUV 147.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 188 120 187 0 0.36 0.01 0.26 300.88 0.34 0.6
Hex BC 78 BB 0 24 1 1A 12D 22 3C
Octal 274 170 273 0 44 1 32 455 42 74
Binary 10111100 1111000 10111011 0 100100 1 11010 100101101 100010 111100

Color Harmonies of #BC78BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78BB

Black with #BC78BB

Text Example


Text Example

White with #BC78BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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