Html Css Color HEX #B478B2 London Hue

📋 copy color: '#B478B2'

red 180 ◦ green 120 ◦ blue 178

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

Shades of London Hue #B478B2

Tints of London Hue #B478B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 37.66%
G = 25.1%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B478B2 (or 0xB478B2) is known color: London Hue. HEX triplet: B4, 78 and B2. RGB value is (180,120,178). Sum of RGB (Red+Green+Blue) = 180+120+178=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B478B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478B2 is #4B874D. Grayscale: #909090. Windows color (decimal): -4949838 or 11696308. OLE color: 11696308.

HSL color Cylindrical-coordinate representation of color #B478B2: hue angle of 302º 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 #B478B2 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 178 -
CMYK 0 0.33 0.01 0.29
HSL 302º 0.29% 0.59% -
HSV(B) 302º 0.33% 0.71% -
XYZ 33.57 26.35 45.44 -
YUV 144.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 180 120 178 0 0.33 0.01 0.29 302 0.29 0.59
Hex B4 78 B2 0 21 1 1D 12E 1D 3B
Octal 264 170 262 0 41 1 35 456 35 73
Binary 10110100 1111000 10110010 0 100001 1 11101 100101110 11101 111011

Color Harmonies of #B478B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478B2

Black with #B478B2

Text Example


Text Example

White with #B478B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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