#B492EB

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

Shades of Biloba Flower #B492EB

Tints of Biloba Flower #B492EB

Color information

#B492EB (or 0xB492EB) is unknown color: approx Biloba Flower. HEX triplet: B4, 92 and EB. RGB value is (180,146,235). Sum of RGB (Red+Green+Blue) = 180+146+235=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #B492EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B492EB is #4B6D14. Grayscale: #A5A5A5. Windows color (decimal): -4943125 or 15438516. OLE color: 15438516.

HSL color Cylindrical-coordinate representation of color #B492EB: hue angle of 262.92º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B492EB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180146235-
CMYK0.230.3800.08
HSL262.92º68.99%74.71%-
HSV(B)262.92º37.87%92.16%-
XYZ44.136.2683.27-
YUV166.31166.76137.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=32.09%
G=26.02%
B=41.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801462350.230.3800.08262.9268.9974.71
HexB492EB172608107454b
Octal2642223532746010407105113
Binary101101001001001011101011101111001100100010000011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492EB; }

 p { color: rgb(180,146,235); }

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

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

 a { background-color: rgb(180,146,235); }

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

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

 span { border-color: rgb(180,146,235); }

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