Html Css Color HEX #B489B7 London Hue

📋 copy color: '#B489B7'

red 180 ◦ green 137 ◦ blue 183

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

Shades of London Hue #B489B7

Tints of London Hue #B489B7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 36%
G = 27.4%
B = 36.6%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B489B7 (or 0xB489B7) is known color: London Hue. HEX triplet: B4, 89 and B7. RGB value is (180,137,183). Sum of RGB (Red+Green+Blue) = 180+137+183=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 183 - color contains mainly: blue. Hex color #B489B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489B7 is #4B7648. Grayscale: #9A9A9A. Windows color (decimal): -4945481 or 12028340. OLE color: 12028340.

HSL color Cylindrical-coordinate representation of color #B489B7: hue angle of 296.09º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B489B7 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 137 183 -
CMYK 0.02 0.25 0 0.28
HSL 296.09º 0.24% 0.63% -
HSV(B) 296.09º 0.25% 0.72% -
XYZ 36.32 31.01 48.87 -
YUV 155.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 180 137 183 0.02 0.25 0 0.28 296.09 0.24 0.63
Hex B4 89 B7 2 19 0 1C 128 18 3F
Octal 264 211 267 2 31 0 34 450 30 77
Binary 10110100 10001001 10110111 10 11001 0 11100 100101000 11000 111111

Color Harmonies of #B489B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489B7

Black with #B489B7

Text Example


Text Example

White with #B489B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489B7; }

 p { color: rgb(180,137,183); }

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

background-color css

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

 a { background-color: rgb(180,137,183); }

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

border-color css

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

 span { border-color: rgb(180,137,183); }

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