Html Css Color HEX #BC7FBE London Hue

📋 copy color: '#BC7FBE'

red 188 ◦ green 127 ◦ blue 190

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

Shades of London Hue #BC7FBE

Tints of London Hue #BC7FBE

RGB

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

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

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

R = 37.23%
G = 25.15%
B = 37.62%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC7FBE (or 0xBC7FBE) is known color: London Hue. HEX triplet: BC, 7F and BE. RGB value is (188,127,190). Sum of RGB (Red+Green+Blue) = 188+127+190=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBE is #438041. Grayscale: #989898. Windows color (decimal): -4423746 or 12484540. OLE color: 12484540.

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

Color convert

RGB 188 127 190 -
CMYK 0.01 0.33 0 0.25
HSL 298.1º 0.33% 0.62% -
HSV(B) 298.1º 0.33% 0.75% -
XYZ 37.62 29.59 52.44 -
YUV 152.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 188 127 190 0.01 0.33 0 0.25 298.1 0.33 0.62
Hex BC 7F BE 1 21 0 19 12A 21 3E
Octal 274 177 276 1 41 0 31 452 41 76
Binary 10111100 1111111 10111110 1 100001 0 11001 100101010 100001 111110

Color Harmonies of #BC7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FBE

Black with #BC7FBE

Text Example


Text Example

White with #BC7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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