Html Css Color HEX #B17DB3 London Hue

📋 copy color: '#B17DB3'

red 177 ◦ green 125 ◦ blue 179

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

Shades of London Hue #B17DB3

Tints of London Hue #B17DB3

RGB

 RED value IS 177 (69.53% from 255) = 36.8%

 GREEN value IS 125 (49.22% from 255) = 25.99%

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

R = 36.8%
G = 25.99%
B = 37.21%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B17DB3 (or 0xB17DB3) is known color: London Hue. HEX triplet: B1, 7D and B3. RGB value is (177,125,179). Sum of RGB (Red+Green+Blue) = 177+125+179=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #B17DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DB3 is #4E824C. Grayscale: #929292. Windows color (decimal): -5145165 or 11763121. OLE color: 11763121.

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

Color convert

RGB 177 125 179 -
CMYK 0.01 0.30 0 0.30
HSL 297.78º 0.26% 0.6% -
HSV(B) 297.78º 0.3% 0.7% -
XYZ 33.6 27.27 46.14 -
YUV 146.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 177 125 179 0.01 0.30 0 0.30 297.78 0.26 0.6
Hex B1 7D B3 1 1E 0 1E 12A 1A 3C
Octal 261 175 263 1 36 0 36 452 32 74
Binary 10110001 1111101 10110011 1 11110 0 11110 100101010 11010 111100

Color Harmonies of #B17DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DB3

Black with #B17DB3

Text Example


Text Example

White with #B17DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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