Html Css Color HEX #BC8BB3 London Hue

📋 copy color: '#BC8BB3'

red 188 ◦ green 139 ◦ blue 179

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

Shades of London Hue #BC8BB3

Tints of London Hue #BC8BB3

RGB

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

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

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

R = 37.15%
G = 27.47%
B = 35.38%

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

#BC8BB3 (or 0xBC8BB3) is known color: London Hue. HEX triplet: BC, 8B and B3. RGB value is (188,139,179). Sum of RGB (Red+Green+Blue) = 188+139+179=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BB3 is #43744C. Grayscale: #9E9E9E. Windows color (decimal): -4420685 or 11766716. OLE color: 11766716.

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

Color convert

RGB 188 139 179 -
CMYK 0 0.26 0.05 0.26
HSL 311.02º 0.27% 0.64% -
HSV(B) 311.02º 0.26% 0.74% -
XYZ 38.11 32.41 46.9 -
YUV 158.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 188 139 179 0 0.26 0.05 0.26 311.02 0.27 0.64
Hex BC 8B B3 0 1A 5 1A 137 1B 40
Octal 274 213 263 0 32 5 32 467 33 100
Binary 10111100 10001011 10110011 0 11010 101 11010 100110111 11011 1000000

Color Harmonies of #BC8BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BB3

Black with #BC8BB3

Text Example


Text Example

White with #BC8BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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