Html Css Color HEX #B38FB0 London Hue

📋 copy color: '#B38FB0'

red 179 ◦ green 143 ◦ blue 176

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

Shades of London Hue #B38FB0

Tints of London Hue #B38FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 35.94%
G = 28.71%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B38FB0 (or 0xB38FB0) is known color: London Hue. HEX triplet: B3, 8F and B0. RGB value is (179,143,176). Sum of RGB (Red+Green+Blue) = 179+143+176=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B38FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38FB0 is #4C704F. Grayscale: #9D9D9D. Windows color (decimal): -5009488 or 11571123. OLE color: 11571123.

HSL color Cylindrical-coordinate representation of color #B38FB0: hue angle of 305º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38FB0 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 176 -
CMYK 0 0.20 0.02 0.30
HSL 305º 0.19% 0.63% -
HSV(B) 305º 0.2% 0.7% -
XYZ 36.25 32.36 45.41 -
YUV 157.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 179 143 176 0 0.20 0.02 0.30 305 0.19 0.63
Hex B3 8F B0 0 14 2 1E 131 13 3F
Octal 263 217 260 0 24 2 36 461 23 77
Binary 10110011 10001111 10110000 0 10100 10 11110 100110001 10011 111111

Color Harmonies of #B38FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FB0

Black with #B38FB0

Text Example


Text Example

White with #B38FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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