Html Css Color HEX #BC7EBC London Hue

📋 copy color: '#BC7EBC'

red 188 ◦ green 126 ◦ blue 188

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

Shades of London Hue #BC7EBC

Tints of London Hue #BC7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 37.45%
G = 25.1%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC7EBC (or 0xBC7EBC) is known color: London Hue. HEX triplet: BC, 7E and BC. RGB value is (188,126,188). Sum of RGB (Red+Green+Blue) = 188+126+188=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBC is #438143. Grayscale: #979797. Windows color (decimal): -4424004 or 12353212. OLE color: 12353212.

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

Color convert

RGB 188 126 188 -
CMYK 0 0.33 0 0.26
HSL 300º 0.32% 0.62% -
HSV(B) 300º 0.33% 0.74% -
XYZ 37.28 29.24 51.26 -
YUV 151.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 188 126 188 0 0.33 0 0.26 300 0.32 0.62
Hex BC 7E BC 0 21 0 1A 12C 20 3E
Octal 274 176 274 0 41 0 32 454 40 76
Binary 10111100 1111110 10111100 0 100001 0 11010 100101100 100000 111110

Color Harmonies of #BC7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EBC

Black with #BC7EBC

Text Example


Text Example

White with #BC7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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