Html Css Color HEX #BC7BAE London Hue

📋 copy color: '#BC7BAE'

red 188 ◦ green 123 ◦ blue 174

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

Shades of London Hue #BC7BAE

Tints of London Hue #BC7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 38.76%
G = 25.36%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC7BAE (or 0xBC7BAE) is known color: London Hue. HEX triplet: BC, 7B and AE. RGB value is (188,123,174). Sum of RGB (Red+Green+Blue) = 188+123+174=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAE is #438451. Grayscale: #949494. Windows color (decimal): -4424786 or 11434940. OLE color: 11434940.

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

Color convert

RGB 188 123 174 -
CMYK 0 0.35 0.07 0.26
HSL 312.92º 0.33% 0.61% -
HSV(B) 312.92º 0.35% 0.74% -
XYZ 35.46 27.91 43.56 -
YUV 148.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 188 123 174 0 0.35 0.07 0.26 312.92 0.33 0.61
Hex BC 7B AE 0 23 7 1A 139 21 3D
Octal 274 173 256 0 43 7 32 471 41 75
Binary 10111100 1111011 10101110 0 100011 111 11010 100111001 100001 111101

Color Harmonies of #BC7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BAE

Black with #BC7BAE

Text Example


Text Example

White with #BC7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BAE; }

 p { color: rgb(188,123,174); }

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

background-color css

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

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

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

border-color css

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

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

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