Html Css Color HEX #B478B1 London Hue

📋 copy color: '#B478B1'

red 180 ◦ green 120 ◦ blue 177

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

Shades of London Hue #B478B1

Tints of London Hue #B478B1

RGB

 RED value IS 180 (70.7% from 255) = 37.74%

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 37.74%
G = 25.16%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B478B1 (or 0xB478B1) is known color: London Hue. HEX triplet: B4, 78 and B1. RGB value is (180,120,177). Sum of RGB (Red+Green+Blue) = 180+120+177=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B478B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478B1 is #4B874E. Grayscale: #909090. Windows color (decimal): -4949839 or 11630772. OLE color: 11630772.

HSL color Cylindrical-coordinate representation of color #B478B1: hue angle of 303º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B478B1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 177 -
CMYK 0 0.33 0.02 0.29
HSL 303º 0.29% 0.59% -
HSV(B) 303º 0.33% 0.71% -
XYZ 33.47 26.31 44.91 -
YUV 144.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 180 120 177 0 0.33 0.02 0.29 303 0.29 0.59
Hex B4 78 B1 0 21 2 1D 12F 1D 3B
Octal 264 170 261 0 41 2 35 457 35 73
Binary 10110100 1111000 10110001 0 100001 10 11101 100101111 11101 111011

Color Harmonies of #B478B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478B1

Black with #B478B1

Text Example


Text Example

White with #B478B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478B1; }

 p { color: rgb(180,120,177); }

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

background-color css

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

 a { background-color: rgb(180,120,177); }

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

border-color css

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

 span { border-color: rgb(180,120,177); }

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