#B49BEF

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

Shades of Biloba Flower #B49BEF

Tints of Biloba Flower #B49BEF

Color information

#B49BEF (or 0xB49BEF) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and EF. RGB value is (180,155,239). Sum of RGB (Red+Green+Blue) = 180+155+239=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #B49BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BEF is #4B6410. Grayscale: #ABABAB. Windows color (decimal): -4940817 or 15702964. OLE color: 15702964.

HSL color Cylindrical-coordinate representation of color #B49BEF: hue angle of 257.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49BEF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180155239-
CMYK0.250.3500.06
HSL257.86º72.41%77.25%-
HSV(B)257.86º35.15%93.73%-
XYZ46.1239.3886.83-
YUV172.05165.78133.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=31.36%
G=27.00%
B=41.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801552390.250.3500.06257.8672.4177.25
HexB49BEF192306102484d
Octal264233357314306402110115
Binary10110100100110111110111111001100011011010000001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BEF; }

 p { color: rgb(180,155,239); }

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

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

 a { background-color: rgb(180,155,239); }

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

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

 span { border-color: rgb(180,155,239); }

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