Html Css Color HEX #B286B1 London Hue

📋 copy color: '#B286B1'

red 178 ◦ green 134 ◦ blue 177

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

Shades of London Hue #B286B1

Tints of London Hue #B286B1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 36.4%
G = 27.4%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B286B1 (or 0xB286B1) is known color: London Hue. HEX triplet: B2, 86 and B1. RGB value is (178,134,177). Sum of RGB (Red+Green+Blue) = 178+134+177=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B286B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286B1 is #4D794E. Grayscale: #979797. Windows color (decimal): -5077327 or 11634354. OLE color: 11634354.

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

Color convert

RGB 178 134 177 -
CMYK 0 0.25 0.01 0.30
HSL 301.36º 0.22% 0.61% -
HSV(B) 301.36º 0.25% 0.7% -
XYZ 34.82 29.69 45.49 -
YUV 152.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 178 134 177 0 0.25 0.01 0.30 301.36 0.22 0.61
Hex B2 86 B1 0 19 1 1E 12D 16 3D
Octal 262 206 261 0 31 1 36 455 26 75
Binary 10110010 10000110 10110001 0 11001 1 11110 100101101 10110 111101

Color Harmonies of #B286B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286B1

Black with #B286B1

Text Example


Text Example

White with #B286B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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