Html Css Color HEX #B78CAF London Hue

📋 copy color: '#B78CAF'

red 183 ◦ green 140 ◦ blue 175

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

Shades of London Hue #B78CAF

Tints of London Hue #B78CAF

RGB

 RED value IS 183 (71.88% from 255) = 36.75%

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 36.75%
G = 28.11%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B78CAF (or 0xB78CAF) is known color: London Hue. HEX triplet: B7, 8C and AF. RGB value is (183,140,175). Sum of RGB (Red+Green+Blue) = 183+140+175=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78CAF is #487350. Grayscale: #9C9C9C. Windows color (decimal): -4748113 or 11504823. OLE color: 11504823.

HSL color Cylindrical-coordinate representation of color #B78CAF: hue angle of 311.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78CAF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 175 -
CMYK 0 0.23 0.04 0.28
HSL 311.16º 0.23% 0.63% -
HSV(B) 311.16º 0.23% 0.72% -
XYZ 36.64 31.92 44.79 -
YUV 156.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 183 140 175 0 0.23 0.04 0.28 311.16 0.23 0.63
Hex B7 8C AF 0 17 4 1C 137 17 3F
Octal 267 214 257 0 27 4 34 467 27 77
Binary 10110111 10001100 10101111 0 10111 100 11100 100110111 10111 111111

Color Harmonies of #B78CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CAF

Black with #B78CAF

Text Example


Text Example

White with #B78CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CAF; }

 p { color: rgb(183,140,175); }

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

background-color css

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

 a { background-color: rgb(183,140,175); }

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

border-color css

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

 span { border-color: rgb(183,140,175); }

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