Html Css Color HEX #B78CB4 London Hue

📋 copy color: '#B78CB4'

red 183 ◦ green 140 ◦ blue 180

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

Shades of London Hue #B78CB4

Tints of London Hue #B78CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.79%

R = 36.38%
G = 27.83%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B78CB4 (or 0xB78CB4) is known color: London Hue. HEX triplet: B7, 8C and B4. RGB value is (183,140,180). Sum of RGB (Red+Green+Blue) = 183+140+180=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CB4 is #48734B. Grayscale: #9D9D9D. Windows color (decimal): -4748108 or 11832503. OLE color: 11832503.

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

Color convert

RGB 183 140 180 -
CMYK 0 0.23 0.02 0.28
HSL 304.19º 0.23% 0.63% -
HSV(B) 304.19º 0.23% 0.72% -
XYZ 37.14 32.12 47.42 -
YUV 157.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 183 140 180 0 0.23 0.02 0.28 304.19 0.23 0.63
Hex B7 8C B4 0 17 2 1C 130 17 3F
Octal 267 214 264 0 27 2 34 460 27 77
Binary 10110111 10001100 10110100 0 10111 10 11100 100110000 10111 111111

Color Harmonies of #B78CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CB4

Black with #B78CB4

Text Example


Text Example

White with #B78CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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