#B7B0F5

Color #B7B0F5 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #B7B0F5

Tints of Melrose #B7B0F5

Color information

#B7B0F5 (or 0xB7B0F5) is unknown color: approx Melrose. HEX triplet: B7, B0 and F5. RGB value is (183,176,245). Sum of RGB (Red+Green+Blue) = 183+176+245=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7B0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0F5 is #484F0A. Grayscale: #B9B9B9. Windows color (decimal): -4738827 or 16101559. OLE color: 16101559.

HSL color Cylindrical-coordinate representation of color #B7B0F5: hue angle of 246.09º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7B0F5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183176245-
CMYK0.250.2800.04
HSL246.09º77.53%82.55%-
HSV(B)246.09º28.16%96.08%-
XYZ51.5447.7192.88-
YUV185.96161.32125.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.30%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=30.30%
G=29.14%
B=40.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831762450.250.2800.04246.0977.5382.55
HexB7B0F5191C04f64e53
Octal267260365313404366116123
Binary101101111011000011110101110011110001001111011010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0F5; }

 p { color: rgb(183,176,245); }

 H1.HeaderClassName
 {
   color: #B7B0F5;
 }
 .AnyTagClassName
 {
   color: #B7B0F5;
 }
</style>
background-color css

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

 a { background-color: rgb(183,176,245); }

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

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

 span { border-color: rgb(183,176,245); }

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