Html Css Color HEX #B378B2 London Hue

📋 copy color: '#B378B2'

red 179 ◦ green 120 ◦ blue 178

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

Shades of London Hue #B378B2

Tints of London Hue #B378B2

RGB

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

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

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

R = 37.53%
G = 25.16%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B378B2 (or 0xB378B2) is known color: London Hue. HEX triplet: B3, 78 and B2. RGB value is (179,120,178). Sum of RGB (Red+Green+Blue) = 179+120+178=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B378B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378B2 is #4C874D. Grayscale: #909090. Windows color (decimal): -5015374 or 11696307. OLE color: 11696307.

HSL color Cylindrical-coordinate representation of color #B378B2: hue angle of 301.02º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B378B2 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 178 -
CMYK 0 0.33 0.01 0.30
HSL 301.02º 0.28% 0.59% -
HSV(B) 301.02º 0.33% 0.7% -
XYZ 33.34 26.23 45.43 -
YUV 144.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 179 120 178 0 0.33 0.01 0.30 301.02 0.28 0.59
Hex B3 78 B2 0 21 1 1E 12D 1C 3B
Octal 263 170 262 0 41 1 36 455 34 73
Binary 10110011 1111000 10110010 0 100001 1 11110 100101101 11100 111011

Color Harmonies of #B378B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378B2

Black with #B378B2

Text Example


Text Example

White with #B378B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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