Html Css Color HEX #B294B3 London Hue

📋 copy color: '#B294B3'

red 178 ◦ green 148 ◦ blue 179

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

Shades of London Hue #B294B3

Tints of London Hue #B294B3

RGB

 RED value IS 178 (69.92% from 255) = 35.25%

 GREEN value IS 148 (58.2% from 255) = 29.31%

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

R = 35.25%
G = 29.31%
B = 35.45%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B294B3 (or 0xB294B3) is known color: London Hue. HEX triplet: B2, 94 and B3. RGB value is (178,148,179). Sum of RGB (Red+Green+Blue) = 178+148+179=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 179 - color contains mainly: blue. Hex color #B294B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294B3 is #4D6B4C. Grayscale: #A0A0A0. Windows color (decimal): -5073741 or 11769010. OLE color: 11769010.

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

Color convert

RGB 178 148 179 -
CMYK 0.01 0.17 0 0.30
HSL 298.06º 0.17% 0.64% -
HSV(B) 298.06º 0.17% 0.7% -
XYZ 37.09 33.9 47.24 -
YUV 160.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 178 148 179 0.01 0.17 0 0.30 298.06 0.17 0.64
Hex B2 94 B3 1 11 0 1E 12A 11 40
Octal 262 224 263 1 21 0 36 452 21 100
Binary 10110010 10010100 10110011 1 10001 0 11110 100101010 10001 1000000

Color Harmonies of #B294B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294B3

Black with #B294B3

Text Example


Text Example

White with #B294B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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