Html Css Color HEX #B78DBA London Hue

📋 copy color: '#B78DBA'

red 183 ◦ green 141 ◦ blue 186

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

Shades of London Hue #B78DBA

Tints of London Hue #B78DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 35.88%
G = 27.65%
B = 36.47%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B78DBA (or 0xB78DBA) is known color: London Hue. HEX triplet: B7, 8D and BA. RGB value is (183,141,186). Sum of RGB (Red+Green+Blue) = 183+141+186=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DBA is #487245. Grayscale: #9E9E9E. Windows color (decimal): -4747846 or 12225975. OLE color: 12225975.

HSL color Cylindrical-coordinate representation of color #B78DBA: hue angle of 296º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78DBA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 141 186 -
CMYK 0.02 0.24 0 0.27
HSL 296º 0.25% 0.64% -
HSV(B) 296º 0.24% 0.73% -
XYZ 37.92 32.66 50.76 -
YUV 158.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 183 141 186 0.02 0.24 0 0.27 296 0.25 0.64
Hex B7 8D BA 2 18 0 1B 128 19 40
Octal 267 215 272 2 30 0 33 450 31 100
Binary 10110111 10001101 10111010 10 11000 0 11011 100101000 11001 1000000

Color Harmonies of #B78DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78DBA

Black with #B78DBA

Text Example


Text Example

White with #B78DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78DBA; }

 p { color: rgb(183,141,186); }

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

background-color css

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

 a { background-color: rgb(183,141,186); }

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

border-color css

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

 span { border-color: rgb(183,141,186); }

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