Html Css Color HEX #BC7FBF London Hue

📋 copy color: '#BC7FBF'

red 188 ◦ green 127 ◦ blue 191

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

Shades of London Hue #BC7FBF

Tints of London Hue #BC7FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 37.15%
G = 25.1%
B = 37.75%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC7FBF (or 0xBC7FBF) is known color: London Hue. HEX triplet: BC, 7F and BF. RGB value is (188,127,191). Sum of RGB (Red+Green+Blue) = 188+127+191=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBF is #438040. Grayscale: #989898. Windows color (decimal): -4423745 or 12550076. OLE color: 12550076.

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

Color convert

RGB 188 127 191 -
CMYK 0.02 0.34 0 0.25
HSL 297.19º 0.33% 0.62% -
HSV(B) 297.19º 0.34% 0.75% -
XYZ 37.73 29.63 53.02 -
YUV 152.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 188 127 191 0.02 0.34 0 0.25 297.19 0.33 0.62
Hex BC 7F BF 2 22 0 19 129 21 3E
Octal 274 177 277 2 42 0 31 451 41 76
Binary 10111100 1111111 10111111 10 100010 0 11001 100101001 100001 111110

Color Harmonies of #BC7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FBF

Black with #BC7FBF

Text Example


Text Example

White with #BC7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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