#B492D7

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

Shades of Biloba Flower #B492D7

Tints of Biloba Flower #B492D7

Color information

#B492D7 (or 0xB492D7) is unknown color: approx Biloba Flower. HEX triplet: B4, 92 and D7. RGB value is (180,146,215). Sum of RGB (Red+Green+Blue) = 180+146+215=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #B492D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492D7 is #4B6D28. Grayscale: #A3A3A3. Windows color (decimal): -4943145 or 14127796. OLE color: 14127796.

HSL color Cylindrical-coordinate representation of color #B492D7: hue angle of 269.57º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B492D7 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180146215-
CMYK0.160.3200.16
HSL269.57º46.31%70.78%-
HSV(B)269.57º32.09%84.31%-
XYZ41.3735.1768.9-
YUV164.03156.76139.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=33.27%
G=26.99%
B=39.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801462150.160.3200.16269.5746.3170.78
HexB492D7102001010e2e47
Octal264222327204002041656107
Binary101101001001001011010111100001000000100001000011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492D7; }

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

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

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

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

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

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

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

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