#B892F6

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

Shades of Biloba Flower #B892F6

Tints of Biloba Flower #B892F6

Color information

#B892F6 (or 0xB892F6) is unknown color: approx Biloba Flower. HEX triplet: B8, 92 and F6. RGB value is (184,146,246). Sum of RGB (Red+Green+Blue) = 184+146+246=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B892F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892F6 is #476D09. Grayscale: #A8A8A8. Windows color (decimal): -4680970 or 16159416. OLE color: 16159416.

HSL color Cylindrical-coordinate representation of color #B892F6: hue angle of 262.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B892F6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184146246-
CMYK0.250.4100.04
HSL262.8º84.75%76.86%-
HSV(B)262.8º40.65%96.47%-
XYZ46.6837.491.95-
YUV168.76171.59138.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=31.94%
G=25.35%
B=42.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841462460.250.4100.04262.884.7576.86
HexB892F6192904107554d
Octal270222366315104407125115
Binary10111000100100101111011011001101001010010000011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892F6; }

 p { color: rgb(184,146,246); }

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

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

 a { background-color: rgb(184,146,246); }

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

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

 span { border-color: rgb(184,146,246); }

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