Html Css Color HEX #B78CBA London Hue

📋 copy color: '#B78CBA'

red 183 ◦ green 140 ◦ blue 186

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

Shades of London Hue #B78CBA

Tints of London Hue #B78CBA

RGB

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

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

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

R = 35.95%
G = 27.5%
B = 36.54%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B78CBA (or 0xB78CBA) is known color: London Hue. HEX triplet: B7, 8C and BA. RGB value is (183,140,186). Sum of RGB (Red+Green+Blue) = 183+140+186=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CBA is #487345. Grayscale: #9D9D9D. Windows color (decimal): -4748102 or 12225719. OLE color: 12225719.

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

Color convert

RGB 183 140 186 -
CMYK 0.02 0.25 0 0.27
HSL 296.09º 0.25% 0.64% -
HSV(B) 296.09º 0.25% 0.73% -
XYZ 37.77 32.37 50.71 -
YUV 158.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 183 140 186 0.02 0.25 0 0.27 296.09 0.25 0.64
Hex B7 8C BA 2 19 0 1B 128 19 40
Octal 267 214 272 2 31 0 33 450 31 100
Binary 10110111 10001100 10111010 10 11001 0 11011 100101000 11001 1000000

Color Harmonies of #B78CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CBA

Black with #B78CBA

Text Example


Text Example

White with #B78CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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