Html Css Color HEX #B38DB6 London Hue

📋 copy color: '#B38DB6'

red 179 ◦ green 141 ◦ blue 182

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

Shades of London Hue #B38DB6

Tints of London Hue #B38DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 35.66%
G = 28.09%
B = 36.25%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B38DB6 (or 0xB38DB6) is known color: London Hue. HEX triplet: B3, 8D and B6. RGB value is (179,141,182). Sum of RGB (Red+Green+Blue) = 179+141+182=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #B38DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DB6 is #4C7249. Grayscale: #9C9C9C. Windows color (decimal): -5009994 or 11963827. OLE color: 11963827.

HSL color Cylindrical-coordinate representation of color #B38DB6: hue angle of 295.61º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38DB6 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 141 182 -
CMYK 0.02 0.23 0 0.29
HSL 295.61º 0.22% 0.63% -
HSV(B) 295.61º 0.23% 0.71% -
XYZ 36.56 32.01 48.51 -
YUV 157.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 179 141 182 0.02 0.23 0 0.29 295.61 0.22 0.63
Hex B3 8D B6 2 17 0 1D 128 16 3F
Octal 263 215 266 2 27 0 35 450 26 77
Binary 10110011 10001101 10110110 10 10111 0 11101 100101000 10110 111111

Color Harmonies of #B38DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DB6

Black with #B38DB6

Text Example


Text Example

White with #B38DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DB6; }

 p { color: rgb(179,141,182); }

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

background-color css

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

 a { background-color: rgb(179,141,182); }

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

border-color css

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

 span { border-color: rgb(179,141,182); }

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