Html Css Color HEX #B090B3 London Hue

📋 copy color: '#B090B3'

red 176 ◦ green 144 ◦ blue 179

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

Shades of London Hue #B090B3

Tints of London Hue #B090B3

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B090B3 (or 0xB090B3) is known color: London Hue. HEX triplet: B0, 90 and B3. RGB value is (176,144,179). Sum of RGB (Red+Green+Blue) = 176+144+179=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #B090B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090B3 is #4F6F4C. Grayscale: #9D9D9D. Windows color (decimal): -5205837 or 11767984. OLE color: 11767984.

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

Color convert

RGB 176 144 179 -
CMYK 0.02 0.20 0 0.30
HSL 294.86º 0.19% 0.63% -
HSV(B) 294.86º 0.2% 0.7% -
XYZ 36.01 32.43 47.01 -
YUV 157.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 176 144 179 0.02 0.20 0 0.30 294.86 0.19 0.63
Hex B0 90 B3 2 14 0 1E 127 13 3F
Octal 260 220 263 2 24 0 36 447 23 77
Binary 10110000 10010000 10110011 10 10100 0 11110 100100111 10011 111111

Color Harmonies of #B090B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090B3

Black with #B090B3

Text Example


Text Example

White with #B090B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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