Html Css Color HEX #BC7ABB London Hue

📋 copy color: '#BC7ABB'

red 188 ◦ green 122 ◦ blue 187

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

Shades of London Hue #BC7ABB

Tints of London Hue #BC7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

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

R = 37.83%
G = 24.55%
B = 37.63%

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

#BC7ABB (or 0xBC7ABB) is known color: London Hue. HEX triplet: BC, 7A and BB. RGB value is (188,122,187). Sum of RGB (Red+Green+Blue) = 188+122+187=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ABB is #438544. Grayscale: #949494. Windows color (decimal): -4425029 or 12286652. OLE color: 12286652.

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

Color convert

RGB 188 122 187 -
CMYK 0 0.35 0.01 0.26
HSL 300.91º 0.33% 0.61% -
HSV(B) 300.91º 0.35% 0.74% -
XYZ 36.67 28.2 50.52 -
YUV 149.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 188 122 187 0 0.35 0.01 0.26 300.91 0.33 0.61
Hex BC 7A BB 0 23 1 1A 12D 21 3D
Octal 274 172 273 0 43 1 32 455 41 75
Binary 10111100 1111010 10111011 0 100011 1 11010 100101101 100001 111101

Color Harmonies of #BC7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7ABB

Black with #BC7ABB

Text Example


Text Example

White with #BC7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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