Html Css Color HEX #B378B7 London Hue

📋 copy color: '#B378B7'

red 179 ◦ green 120 ◦ blue 183

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

Shades of London Hue #B378B7

Tints of London Hue #B378B7

RGB

 RED value IS 179 (70.31% from 255) = 37.14%

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

 BLUE value IS 183 (71.88% from 255) = 37.97%

R = 37.14%
G = 24.9%
B = 37.97%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B378B7 (or 0xB378B7) is known color: London Hue. HEX triplet: B3, 78 and B7. RGB value is (179,120,183). Sum of RGB (Red+Green+Blue) = 179+120+183=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #B378B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378B7 is #4C8748. Grayscale: #909090. Windows color (decimal): -5015369 or 12023987. OLE color: 12023987.

HSL color Cylindrical-coordinate representation of color #B378B7: hue angle of 296.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B378B7 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 120 183 -
CMYK 0.02 0.34 0 0.28
HSL 296.19º 0.3% 0.59% -
HSV(B) 296.19º 0.34% 0.72% -
XYZ 33.85 26.44 48.12 -
YUV 144.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 179 120 183 0.02 0.34 0 0.28 296.19 0.3 0.59
Hex B3 78 B7 2 22 0 1C 128 1E 3B
Octal 263 170 267 2 42 0 34 450 36 73
Binary 10110011 1111000 10110111 10 100010 0 11100 100101000 11110 111011

Color Harmonies of #B378B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378B7

Black with #B378B7

Text Example


Text Example

White with #B378B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378B7; }

 p { color: rgb(179,120,183); }

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

background-color css

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

 a { background-color: rgb(179,120,183); }

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

border-color css

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

 span { border-color: rgb(179,120,183); }

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