Html Css Color HEX #BC7BBA London Hue

📋 copy color: '#BC7BBA'

red 188 ◦ green 123 ◦ blue 186

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

Shades of London Hue #BC7BBA

Tints of London Hue #BC7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 37.83%
G = 24.75%
B = 37.42%

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

#BC7BBA (or 0xBC7BBA) is known color: London Hue. HEX triplet: BC, 7B and BA. RGB value is (188,123,186). Sum of RGB (Red+Green+Blue) = 188+123+186=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BBA is #438445. Grayscale: #959595. Windows color (decimal): -4424774 or 12221372. OLE color: 12221372.

HSL color Cylindrical-coordinate representation of color #BC7BBA: hue angle of 301.85º 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 #BC7BBA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 186 -
CMYK 0 0.35 0.01 0.26
HSL 301.85º 0.33% 0.61% -
HSV(B) 301.85º 0.35% 0.74% -
XYZ 36.68 28.4 50 -
YUV 149.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 188 123 186 0 0.35 0.01 0.26 301.85 0.33 0.61
Hex BC 7B BA 0 23 1 1A 12E 21 3D
Octal 274 173 272 0 43 1 32 456 41 75
Binary 10111100 1111011 10111010 0 100011 1 11010 100101110 100001 111101

Color Harmonies of #BC7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BBA

Black with #BC7BBA

Text Example


Text Example

White with #BC7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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