Html Css Color HEX #B487B1 London Hue

📋 copy color: '#B487B1'

red 180 ◦ green 135 ◦ blue 177

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

Shades of London Hue #B487B1

Tints of London Hue #B487B1

RGB

 RED value IS 180 (70.7% from 255) = 36.59%

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

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

R = 36.59%
G = 27.44%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B487B1 (or 0xB487B1) is known color: London Hue. HEX triplet: B4, 87 and B1. RGB value is (180,135,177). Sum of RGB (Red+Green+Blue) = 180+135+177=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B487B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487B1 is #4B784E. Grayscale: #999999. Windows color (decimal): -4945999 or 11634612. OLE color: 11634612.

HSL color Cylindrical-coordinate representation of color #B487B1: hue angle of 304º 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 #B487B1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 177 -
CMYK 0 0.25 0.02 0.29
HSL 304º 0.23% 0.62% -
HSV(B) 304º 0.25% 0.71% -
XYZ 35.42 30.21 45.56 -
YUV 153.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 180 135 177 0 0.25 0.02 0.29 304 0.23 0.62
Hex B4 87 B1 0 19 2 1D 130 17 3E
Octal 264 207 261 0 31 2 35 460 27 76
Binary 10110100 10000111 10110001 0 11001 10 11101 100110000 10111 111110

Color Harmonies of #B487B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487B1

Black with #B487B1

Text Example


Text Example

White with #B487B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487B1; }

 p { color: rgb(180,135,177); }

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

background-color css

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

 a { background-color: rgb(180,135,177); }

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

border-color css

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

 span { border-color: rgb(180,135,177); }

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