Html Css Color HEX #BC7CB3 London Hue

📋 copy color: '#BC7CB3'

red 188 ◦ green 124 ◦ blue 179

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

Shades of London Hue #BC7CB3

Tints of London Hue #BC7CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 38.29%
G = 25.25%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC7CB3 (or 0xBC7CB3) is known color: London Hue. HEX triplet: BC, 7C and B3. RGB value is (188,124,179). Sum of RGB (Red+Green+Blue) = 188+124+179=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CB3 is #43834C. Grayscale: #959595. Windows color (decimal): -4424525 or 11762876. OLE color: 11762876.

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

Color convert

RGB 188 124 179 -
CMYK 0 0.34 0.05 0.26
HSL 308.44º 0.32% 0.61% -
HSV(B) 308.44º 0.34% 0.74% -
XYZ 36.08 28.36 46.22 -
YUV 149.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 188 124 179 0 0.34 0.05 0.26 308.44 0.32 0.61
Hex BC 7C B3 0 22 5 1A 134 20 3D
Octal 274 174 263 0 42 5 32 464 40 75
Binary 10111100 1111100 10110011 0 100010 101 11010 100110100 100000 111101

Color Harmonies of #BC7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CB3

Black with #BC7CB3

Text Example


Text Example

White with #BC7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CB3; }

 p { color: rgb(188,124,179); }

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

background-color css

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

 a { background-color: rgb(188,124,179); }

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

border-color css

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

 span { border-color: rgb(188,124,179); }

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