Html Css Color HEX #BC8BB2 London Hue

📋 copy color: '#BC8BB2'

red 188 ◦ green 139 ◦ blue 178

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

Shades of London Hue #BC8BB2

Tints of London Hue #BC8BB2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 178 (69.92% from 255) = 35.25%

R = 37.23%
G = 27.52%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC8BB2 (or 0xBC8BB2) is known color: London Hue. HEX triplet: BC, 8B and B2. RGB value is (188,139,178). Sum of RGB (Red+Green+Blue) = 188+139+178=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BB2 is #43744D. Grayscale: #9D9D9D. Windows color (decimal): -4420686 or 11701180. OLE color: 11701180.

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

Color convert

RGB 188 139 178 -
CMYK 0 0.26 0.05 0.26
HSL 312.24º 0.27% 0.64% -
HSV(B) 312.24º 0.26% 0.74% -
XYZ 38.01 32.37 46.36 -
YUV 158.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 188 139 178 0 0.26 0.05 0.26 312.24 0.27 0.64
Hex BC 8B B2 0 1A 5 1A 138 1B 40
Octal 274 213 262 0 32 5 32 470 33 100
Binary 10111100 10001011 10110010 0 11010 101 11010 100111000 11011 1000000

Color Harmonies of #BC8BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BB2

Black with #BC8BB2

Text Example


Text Example

White with #BC8BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BB2; }

 p { color: rgb(188,139,178); }

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

background-color css

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

 a { background-color: rgb(188,139,178); }

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

border-color css

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

 span { border-color: rgb(188,139,178); }

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