Html Css Color HEX #BC7CBE London Hue

📋 copy color: '#BC7CBE'

red 188 ◦ green 124 ◦ blue 190

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

Shades of London Hue #BC7CBE

Tints of London Hue #BC7CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.7%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 37.45%
G = 24.7%
B = 37.85%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC7CBE (or 0xBC7CBE) is known color: London Hue. HEX triplet: BC, 7C and BE. RGB value is (188,124,190). Sum of RGB (Red+Green+Blue) = 188+124+190=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CBE is #438341. Grayscale: #969696. Windows color (decimal): -4424514 or 12483772. OLE color: 12483772.

HSL color Cylindrical-coordinate representation of color #BC7CBE: hue angle of 298.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7CBE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 124 190 -
CMYK 0.01 0.35 0 0.25
HSL 298.18º 0.34% 0.62% -
HSV(B) 298.18º 0.35% 0.75% -
XYZ 37.24 28.82 52.32 -
YUV 150.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 188 124 190 0.01 0.35 0 0.25 298.18 0.34 0.62
Hex BC 7C BE 1 23 0 19 12A 22 3E
Octal 274 174 276 1 43 0 31 452 42 76
Binary 10111100 1111100 10111110 1 100011 0 11001 100101010 100010 111110

Color Harmonies of #BC7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CBE

Black with #BC7CBE

Text Example


Text Example

White with #BC7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CBE; }

 p { color: rgb(188,124,190); }

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

background-color css

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

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

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

border-color css

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

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

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