Html Css Color HEX #B288B5 London Hue

📋 copy color: '#B288B5'

red 178 ◦ green 136 ◦ blue 181

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

Shades of London Hue #B288B5

Tints of London Hue #B288B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 35.96%
G = 27.47%
B = 36.57%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B288B5 (or 0xB288B5) is known color: London Hue. HEX triplet: B2, 88 and B5. RGB value is (178,136,181). Sum of RGB (Red+Green+Blue) = 178+136+181=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #B288B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288B5 is #4D774A. Grayscale: #999999. Windows color (decimal): -5076811 or 11897010. OLE color: 11897010.

HSL color Cylindrical-coordinate representation of color #B288B5: hue angle of 296º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B288B5 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 136 181 -
CMYK 0.02 0.25 0 0.29
HSL 296º 0.23% 0.62% -
HSV(B) 296º 0.25% 0.71% -
XYZ 35.5 30.41 47.71 -
YUV 153.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 178 136 181 0.02 0.25 0 0.29 296 0.23 0.62
Hex B2 88 B5 2 19 0 1D 128 17 3E
Octal 262 210 265 2 31 0 35 450 27 76
Binary 10110010 10001000 10110101 10 11001 0 11101 100101000 10111 111110

Color Harmonies of #B288B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288B5

Black with #B288B5

Text Example


Text Example

White with #B288B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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