Html Css Color HEX #B78CB1 London Hue

📋 copy color: '#B78CB1'

red 183 ◦ green 140 ◦ blue 177

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

Shades of London Hue #B78CB1

Tints of London Hue #B78CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 36.6%
G = 28%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B78CB1 (or 0xB78CB1) is known color: London Hue. HEX triplet: B7, 8C and B1. RGB value is (183,140,177). Sum of RGB (Red+Green+Blue) = 183+140+177=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78CB1 is #48734E. Grayscale: #9C9C9C. Windows color (decimal): -4748111 or 11635895. OLE color: 11635895.

HSL color Cylindrical-coordinate representation of color #B78CB1: hue angle of 308.37º 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 #B78CB1 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 177 -
CMYK 0 0.23 0.03 0.28
HSL 308.37º 0.23% 0.63% -
HSV(B) 308.37º 0.23% 0.72% -
XYZ 36.84 32 45.83 -
YUV 157.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 183 140 177 0 0.23 0.03 0.28 308.37 0.23 0.63
Hex B7 8C B1 0 17 3 1C 134 17 3F
Octal 267 214 261 0 27 3 34 464 27 77
Binary 10110111 10001100 10110001 0 10111 11 11100 100110100 10111 111111

Color Harmonies of #B78CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CB1

Black with #B78CB1

Text Example


Text Example

White with #B78CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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