Html Css Color HEX #B78FBA London Hue

📋 copy color: '#B78FBA'

red 183 ◦ green 143 ◦ blue 186

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

Shades of London Hue #B78FBA

Tints of London Hue #B78FBA

RGB

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

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

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

R = 35.74%
G = 27.93%
B = 36.33%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B78FBA (or 0xB78FBA) is known color: London Hue. HEX triplet: B7, 8F and BA. RGB value is (183,143,186). Sum of RGB (Red+Green+Blue) = 183+143+186=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FBA is #487045. Grayscale: #9F9F9F. Windows color (decimal): -4747334 or 12226487. OLE color: 12226487.

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

Color convert

RGB 183 143 186 -
CMYK 0.02 0.23 0 0.27
HSL 295.81º 0.24% 0.65% -
HSV(B) 295.81º 0.23% 0.73% -
XYZ 38.21 33.26 50.86 -
YUV 159.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 183 143 186 0.02 0.23 0 0.27 295.81 0.24 0.65
Hex B7 8F BA 2 17 0 1B 128 18 41
Octal 267 217 272 2 27 0 33 450 30 101
Binary 10110111 10001111 10111010 10 10111 0 11011 100101000 11000 1000001

Color Harmonies of #B78FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78FBA

Black with #B78FBA

Text Example


Text Example

White with #B78FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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