#B492FB

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

Shades of Biloba Flower #B492FB

Tints of Biloba Flower #B492FB

Color information

#B492FB (or 0xB492FB) is unknown color: approx Biloba Flower. HEX triplet: B4, 92 and FB. RGB value is (180,146,251). Sum of RGB (Red+Green+Blue) = 180+146+251=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B492FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B492FB is #4B6D04. Grayscale: #A7A7A7. Windows color (decimal): -4943109 or 16487092. OLE color: 16487092.

HSL color Cylindrical-coordinate representation of color #B492FB: hue angle of 259.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B492FB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180146251-
CMYK0.280.4200.02
HSL259.43º92.92%77.84%-
HSV(B)259.43º41.83%98.43%-
XYZ46.5137.2396-
YUV168.14174.76136.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=31.20%
G=25.30%
B=43.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801462510.280.4200.02259.4392.9277.84
HexB492FB1C2A021035d4e
Octal264222373345202403135116
Binary1011010010010010111110111110010101001010000001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492FB; }

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

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

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

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

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

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

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

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