Html Css Color HEX #B38FB5 London Hue

📋 copy color: '#B38FB5'

red 179 ◦ green 143 ◦ blue 181

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

Shades of London Hue #B38FB5

Tints of London Hue #B38FB5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 35.59%
G = 28.43%
B = 35.98%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B38FB5 (or 0xB38FB5) is known color: London Hue. HEX triplet: B3, 8F and B5. RGB value is (179,143,181). Sum of RGB (Red+Green+Blue) = 179+143+181=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #B38FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FB5 is #4C704A. Grayscale: #9D9D9D. Windows color (decimal): -5009483 or 11898803. OLE color: 11898803.

HSL color Cylindrical-coordinate representation of color #B38FB5: hue angle of 296.84º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38FB5 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 143 181 -
CMYK 0.01 0.21 0 0.29
HSL 296.84º 0.2% 0.64% -
HSV(B) 296.84º 0.21% 0.71% -
XYZ 36.75 32.56 48.06 -
YUV 158.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 179 143 181 0.01 0.21 0 0.29 296.84 0.2 0.64
Hex B3 8F B5 1 15 0 1D 129 14 40
Octal 263 217 265 1 25 0 35 451 24 100
Binary 10110011 10001111 10110101 1 10101 0 11101 100101001 10100 1000000

Color Harmonies of #B38FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FB5

Black with #B38FB5

Text Example


Text Example

White with #B38FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FB5; }

 p { color: rgb(179,143,181); }

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

background-color css

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

 a { background-color: rgb(179,143,181); }

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

border-color css

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

 span { border-color: rgb(179,143,181); }

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