Html Css Color HEX #B389B1 London Hue

📋 copy color: '#B389B1'

red 179 ◦ green 137 ◦ blue 177

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

Shades of London Hue #B389B1

Tints of London Hue #B389B1

RGB

 RED value IS 179 (70.31% from 255) = 36.31%

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

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

R = 36.31%
G = 27.79%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B389B1 (or 0xB389B1) is known color: London Hue. HEX triplet: B3, 89 and B1. RGB value is (179,137,177). Sum of RGB (Red+Green+Blue) = 179+137+177=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B389B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389B1 is #4C764E. Grayscale: #9A9A9A. Windows color (decimal): -5011023 or 11635123. OLE color: 11635123.

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

Color convert

RGB 179 137 177 -
CMYK 0 0.23 0.01 0.30
HSL 302.86º 0.22% 0.62% -
HSV(B) 302.86º 0.23% 0.7% -
XYZ 35.47 30.65 45.64 -
YUV 154.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 179 137 177 0 0.23 0.01 0.30 302.86 0.22 0.62
Hex B3 89 B1 0 17 1 1E 12F 16 3E
Octal 263 211 261 0 27 1 36 457 26 76
Binary 10110011 10001001 10110001 0 10111 1 11110 100101111 10110 111110

Color Harmonies of #B389B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389B1

Black with #B389B1

Text Example


Text Example

White with #B389B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389B1; }

 p { color: rgb(179,137,177); }

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

background-color css

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

 a { background-color: rgb(179,137,177); }

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

border-color css

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

 span { border-color: rgb(179,137,177); }

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