Html Css Color HEX #BC7FBC London Hue

📋 copy color: '#BC7FBC'

red 188 ◦ green 127 ◦ blue 188

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

Shades of London Hue #BC7FBC

Tints of London Hue #BC7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

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

R = 37.38%
G = 25.25%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC7FBC (or 0xBC7FBC) is known color: London Hue. HEX triplet: BC, 7F and BC. RGB value is (188,127,188). Sum of RGB (Red+Green+Blue) = 188+127+188=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBC is #438043. Grayscale: #989898. Windows color (decimal): -4423748 or 12353468. OLE color: 12353468.

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

Color convert

RGB 188 127 188 -
CMYK 0 0.32 0 0.26
HSL 300º 0.31% 0.62% -
HSV(B) 300º 0.32% 0.74% -
XYZ 37.41 29.5 51.3 -
YUV 152.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 188 127 188 0 0.32 0 0.26 300 0.31 0.62
Hex BC 7F BC 0 20 0 1A 12C 1F 3E
Octal 274 177 274 0 40 0 32 454 37 76
Binary 10111100 1111111 10111100 0 100000 0 11010 100101100 11111 111110

Color Harmonies of #BC7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FBC

Black with #BC7FBC

Text Example


Text Example

White with #BC7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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