Html Css Color HEX #B087B3 London Hue

📋 copy color: '#B087B3'

red 176 ◦ green 135 ◦ blue 179

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

Shades of London Hue #B087B3

Tints of London Hue #B087B3

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 35.92%
G = 27.55%
B = 36.53%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B087B3 (or 0xB087B3) is known color: London Hue. HEX triplet: B0, 87 and B3. RGB value is (176,135,179). Sum of RGB (Red+Green+Blue) = 176+135+179=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #B087B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087B3 is #4F784C. Grayscale: #989898. Windows color (decimal): -5208141 or 11765680. OLE color: 11765680.

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

Color convert

RGB 176 135 179 -
CMYK 0.02 0.25 0 0.30
HSL 295.91º 0.22% 0.62% -
HSV(B) 295.91º 0.25% 0.7% -
XYZ 34.71 29.81 46.57 -
YUV 152.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 176 135 179 0.02 0.25 0 0.30 295.91 0.22 0.62
Hex B0 87 B3 2 19 0 1E 128 16 3E
Octal 260 207 263 2 31 0 36 450 26 76
Binary 10110000 10000111 10110011 10 11001 0 11110 100101000 10110 111110

Color Harmonies of #B087B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087B3

Black with #B087B3

Text Example


Text Example

White with #B087B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087B3; }

 p { color: rgb(176,135,179); }

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

background-color css

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

 a { background-color: rgb(176,135,179); }

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

border-color css

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

 span { border-color: rgb(176,135,179); }

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