Html Css Color HEX #BC7EBA London Hue

📋 copy color: '#BC7EBA'

red 188 ◦ green 126 ◦ blue 186

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

Shades of London Hue #BC7EBA

Tints of London Hue #BC7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 37.6%
G = 25.2%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC7EBA (or 0xBC7EBA) is known color: London Hue. HEX triplet: BC, 7E and BA. RGB value is (188,126,186). Sum of RGB (Red+Green+Blue) = 188+126+186=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBA is #438145. Grayscale: #979797. Windows color (decimal): -4424006 or 12222140. OLE color: 12222140.

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

Color convert

RGB 188 126 186 -
CMYK 0 0.33 0.01 0.26
HSL 301.94º 0.32% 0.62% -
HSV(B) 301.94º 0.33% 0.74% -
XYZ 37.06 29.16 50.13 -
YUV 151.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 188 126 186 0 0.33 0.01 0.26 301.94 0.32 0.62
Hex BC 7E BA 0 21 1 1A 12E 20 3E
Octal 274 176 272 0 41 1 32 456 40 76
Binary 10111100 1111110 10111010 0 100001 1 11010 100101110 100000 111110

Color Harmonies of #BC7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EBA

Black with #BC7EBA

Text Example


Text Example

White with #BC7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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