Html Css Color HEX #BC7BBF London Hue

📋 copy color: '#BC7BBF'

red 188 ◦ green 123 ◦ blue 191

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

Shades of London Hue #BC7BBF

Tints of London Hue #BC7BBF

RGB

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

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

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

R = 37.45%
G = 24.5%
B = 38.05%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC7BBF (or 0xBC7BBF) is known color: London Hue. HEX triplet: BC, 7B and BF. RGB value is (188,123,191). Sum of RGB (Red+Green+Blue) = 188+123+191=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBF is #438440. Grayscale: #959595. Windows color (decimal): -4424769 or 12549052. OLE color: 12549052.

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

Color convert

RGB 188 123 191 -
CMYK 0.02 0.36 0 0.25
HSL 297.35º 0.35% 0.62% -
HSV(B) 297.35º 0.36% 0.75% -
XYZ 37.23 28.62 52.85 -
YUV 150.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 188 123 191 0.02 0.36 0 0.25 297.35 0.35 0.62
Hex BC 7B BF 2 24 0 19 129 23 3E
Octal 274 173 277 2 44 0 31 451 43 76
Binary 10111100 1111011 10111111 10 100100 0 11001 100101001 100011 111110

Color Harmonies of #BC7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BBF

Black with #BC7BBF

Text Example


Text Example

White with #BC7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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