Html Css Color HEX #B290B3 London Hue

📋 copy color: '#B290B3'

red 178 ◦ green 144 ◦ blue 179

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

Shades of London Hue #B290B3

Tints of London Hue #B290B3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 35.53%
G = 28.74%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B290B3 (or 0xB290B3) is known color: London Hue. HEX triplet: B2, 90 and B3. RGB value is (178,144,179). Sum of RGB (Red+Green+Blue) = 178+144+179=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #B290B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290B3 is #4D6F4C. Grayscale: #9E9E9E. Windows color (decimal): -5074765 or 11767986. OLE color: 11767986.

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

Color convert

RGB 178 144 179 -
CMYK 0.01 0.20 0 0.30
HSL 298.29º 0.19% 0.63% -
HSV(B) 298.29º 0.2% 0.7% -
XYZ 36.47 32.67 47.03 -
YUV 158.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 178 144 179 0.01 0.20 0 0.30 298.29 0.19 0.63
Hex B2 90 B3 1 14 0 1E 12A 13 3F
Octal 262 220 263 1 24 0 36 452 23 77
Binary 10110010 10010000 10110011 1 10100 0 11110 100101010 10011 111111

Color Harmonies of #B290B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290B3

Black with #B290B3

Text Example


Text Example

White with #B290B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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