#B18ED0

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

Shades of Biloba Flower #B18ED0

Tints of Biloba Flower #B18ED0

Color information

#B18ED0 (or 0xB18ED0) is unknown color: approx Biloba Flower. HEX triplet: B1, 8E and D0. RGB value is (177,142,208). Sum of RGB (Red+Green+Blue) = 177+142+208=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #B18ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ED0 is #4E712F. Grayscale: #9F9F9F. Windows color (decimal): -5140784 or 13668017. OLE color: 13668017.

HSL color Cylindrical-coordinate representation of color #B18ED0: hue angle of 271.82º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18ED0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177142208-
CMYK0.150.3200.18
HSL271.82º41.25%68.63%-
HSV(B)271.82º31.73%81.57%-
XYZ39.1933.2564.03-
YUV159.99155.1140.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=33.59%
G=26.94%
B=39.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771422080.150.3200.18271.8241.2568.63
HexB18ED0F200121102945
Octal261216320174002242051105
Binary10110001100011101101000011111000000100101000100001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ED0; }

 p { color: rgb(177,142,208); }

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

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

 a { background-color: rgb(177,142,208); }

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

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

 span { border-color: rgb(177,142,208); }

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