Html Css Color HEX #BC8FBC London Hue

📋 copy color: '#BC8FBC'

red 188 ◦ green 143 ◦ blue 188

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

Shades of London Hue #BC8FBC

Tints of London Hue #BC8FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 36.22%
G = 27.55%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC8FBC (or 0xBC8FBC) is known color: London Hue. HEX triplet: BC, 8F and BC. RGB value is (188,143,188). Sum of RGB (Red+Green+Blue) = 188+143+188=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBC is #437043. Grayscale: #A1A1A1. Windows color (decimal): -4419652 or 12357564. OLE color: 12357564.

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

Color convert

RGB 188 143 188 -
CMYK 0 0.24 0 0.26
HSL 300º 0.25% 0.65% -
HSV(B) 300º 0.24% 0.74% -
XYZ 39.64 33.97 52.04 -
YUV 161.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 188 143 188 0 0.24 0 0.26 300 0.25 0.65
Hex BC 8F BC 0 18 0 1A 12C 19 41
Octal 274 217 274 0 30 0 32 454 31 101
Binary 10111100 10001111 10111100 0 11000 0 11010 100101100 11001 1000001

Color Harmonies of #BC8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FBC

Black with #BC8FBC

Text Example


Text Example

White with #BC8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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