Html Css Color HEX #B288B1 London Hue

📋 copy color: '#B288B1'

red 178 ◦ green 136 ◦ blue 177

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

Shades of London Hue #B288B1

Tints of London Hue #B288B1

RGB

 RED value IS 178 (69.92% from 255) = 36.25%

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 36.25%
G = 27.7%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B288B1 (or 0xB288B1) is known color: London Hue. HEX triplet: B2, 88 and B1. RGB value is (178,136,177). Sum of RGB (Red+Green+Blue) = 178+136+177=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B288B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288B1 is #4D774E. Grayscale: #999999. Windows color (decimal): -5076815 or 11634866. OLE color: 11634866.

HSL color Cylindrical-coordinate representation of color #B288B1: hue angle of 301.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B288B1 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 177 -
CMYK 0 0.24 0.01 0.30
HSL 301.43º 0.21% 0.62% -
HSV(B) 301.43º 0.24% 0.7% -
XYZ 35.1 30.25 45.58 -
YUV 153.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 178 136 177 0 0.24 0.01 0.30 301.43 0.21 0.62
Hex B2 88 B1 0 18 1 1E 12D 15 3E
Octal 262 210 261 0 30 1 36 455 25 76
Binary 10110010 10001000 10110001 0 11000 1 11110 100101101 10101 111110

Color Harmonies of #B288B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288B1

Black with #B288B1

Text Example


Text Example

White with #B288B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288B1; }

 p { color: rgb(178,136,177); }

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

background-color css

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

 a { background-color: rgb(178,136,177); }

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

border-color css

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

 span { border-color: rgb(178,136,177); }

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