Html Css Color HEX #B390B0 London Hue

📋 copy color: '#B390B0'

red 179 ◦ green 144 ◦ blue 176

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

Shades of London Hue #B390B0

Tints of London Hue #B390B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 35.87%
G = 28.86%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B390B0 (or 0xB390B0) is known color: London Hue. HEX triplet: B3, 90 and B0. RGB value is (179,144,176). Sum of RGB (Red+Green+Blue) = 179+144+176=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B390B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390B0 is #4C6F4F. Grayscale: #9E9E9E. Windows color (decimal): -5009232 or 11571379. OLE color: 11571379.

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

Color convert

RGB 179 144 176 -
CMYK 0 0.20 0.02 0.30
HSL 305.14º 0.19% 0.63% -
HSV(B) 305.14º 0.2% 0.7% -
XYZ 36.4 32.66 45.46 -
YUV 158.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 179 144 176 0 0.20 0.02 0.30 305.14 0.19 0.63
Hex B3 90 B0 0 14 2 1E 131 13 3F
Octal 263 220 260 0 24 2 36 461 23 77
Binary 10110011 10010000 10110000 0 10100 10 11110 100110001 10011 111111

Color Harmonies of #B390B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390B0

Black with #B390B0

Text Example


Text Example

White with #B390B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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