Html Css Color HEX #B378B3 London Hue

📋 copy color: '#B378B3'

red 179 ◦ green 120 ◦ blue 179

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

Shades of London Hue #B378B3

Tints of London Hue #B378B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 37.45%
G = 25.1%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B378B3 (or 0xB378B3) is known color: London Hue. HEX triplet: B3, 78 and B3. RGB value is (179,120,179). Sum of RGB (Red+Green+Blue) = 179+120+179=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B378B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378B3 is #4C874C. Grayscale: #909090. Windows color (decimal): -5015373 or 11761843. OLE color: 11761843.

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

Color convert

RGB 179 120 179 -
CMYK 0 0.33 0 0.30
HSL 300º 0.28% 0.59% -
HSV(B) 300º 0.33% 0.7% -
XYZ 33.44 26.27 45.96 -
YUV 144.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 179 120 179 0 0.33 0 0.30 300 0.28 0.59
Hex B3 78 B3 0 21 0 1E 12C 1C 3B
Octal 263 170 263 0 41 0 36 454 34 73
Binary 10110011 1111000 10110011 0 100001 0 11110 100101100 11100 111011

Color Harmonies of #B378B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378B3

Black with #B378B3

Text Example


Text Example

White with #B378B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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