Html Css Color HEX #BC7BBE London Hue

📋 copy color: '#BC7BBE'

red 188 ◦ green 123 ◦ blue 190

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

Shades of London Hue #BC7BBE

Tints of London Hue #BC7BBE

RGB

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

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

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

R = 37.52%
G = 24.55%
B = 37.92%

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

#BC7BBE (or 0xBC7BBE) is known color: London Hue. HEX triplet: BC, 7B and BE. RGB value is (188,123,190). Sum of RGB (Red+Green+Blue) = 188+123+190=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBE is #438441. Grayscale: #959595. Windows color (decimal): -4424770 or 12483516. OLE color: 12483516.

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

Color convert

RGB 188 123 190 -
CMYK 0.01 0.35 0 0.25
HSL 298.21º 0.34% 0.61% -
HSV(B) 298.21º 0.35% 0.75% -
XYZ 37.12 28.57 52.27 -
YUV 150.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 188 123 190 0.01 0.35 0 0.25 298.21 0.34 0.61
Hex BC 7B BE 1 23 0 19 12A 22 3D
Octal 274 173 276 1 43 0 31 452 42 75
Binary 10111100 1111011 10111110 1 100011 0 11001 100101010 100010 111101

Color Harmonies of #BC7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BBE

Black with #BC7BBE

Text Example


Text Example

White with #BC7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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