Html Css Color HEX #BC7BBB London Hue

📋 copy color: '#BC7BBB'

red 188 ◦ green 123 ◦ blue 187

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

Shades of London Hue #BC7BBB

Tints of London Hue #BC7BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 37.75%
G = 24.7%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC7BBB (or 0xBC7BBB) is known color: London Hue. HEX triplet: BC, 7B and BB. RGB value is (188,123,187). Sum of RGB (Red+Green+Blue) = 188+123+187=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBB is #438444. Grayscale: #959595. Windows color (decimal): -4424773 or 12286908. OLE color: 12286908.

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

Color convert

RGB 188 123 187 -
CMYK 0 0.35 0.01 0.26
HSL 300.92º 0.33% 0.61% -
HSV(B) 300.92º 0.35% 0.74% -
XYZ 36.79 28.45 50.57 -
YUV 149.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 188 123 187 0 0.35 0.01 0.26 300.92 0.33 0.61
Hex BC 7B BB 0 23 1 1A 12D 21 3D
Octal 274 173 273 0 43 1 32 455 41 75
Binary 10111100 1111011 10111011 0 100011 1 11010 100101101 100001 111101

Color Harmonies of #BC7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BBB

Black with #BC7BBB

Text Example


Text Example

White with #BC7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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