Html Css Color HEX #B286B3 London Hue

📋 copy color: '#B286B3'

red 178 ◦ green 134 ◦ blue 179

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

Shades of London Hue #B286B3

Tints of London Hue #B286B3

RGB

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

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

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

R = 36.25%
G = 27.29%
B = 36.46%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B286B3 (or 0xB286B3) is known color: London Hue. HEX triplet: B2, 86 and B3. RGB value is (178,134,179). Sum of RGB (Red+Green+Blue) = 178+134+179=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #B286B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286B3 is #4D794C. Grayscale: #989898. Windows color (decimal): -5077325 or 11765426. OLE color: 11765426.

HSL color Cylindrical-coordinate representation of color #B286B3: hue angle of 298.67º degrees, saturation: 0.23, 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 #B286B3 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 179 -
CMYK 0.01 0.25 0 0.30
HSL 298.67º 0.23% 0.61% -
HSV(B) 298.67º 0.25% 0.7% -
XYZ 35.02 29.77 46.55 -
YUV 152.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 178 134 179 0.01 0.25 0 0.30 298.67 0.23 0.61
Hex B2 86 B3 1 19 0 1E 12B 17 3D
Octal 262 206 263 1 31 0 36 453 27 75
Binary 10110010 10000110 10110011 1 11001 0 11110 100101011 10111 111101

Color Harmonies of #B286B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286B3

Black with #B286B3

Text Example


Text Example

White with #B286B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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