#B684FB

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

Shades of Biloba Flower #B684FB

Tints of Biloba Flower #B684FB

Color information

#B684FB (or 0xB684FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and FB. RGB value is (182,132,251). Sum of RGB (Red+Green+Blue) = 182+132+251=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #B684FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B684FB is #497B04. Grayscale: #A0A0A0. Windows color (decimal): -4815621 or 16483510. OLE color: 16483510.

HSL color Cylindrical-coordinate representation of color #B684FB: hue angle of 265.21º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B684FB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182132251-
CMYK0.270.4700.02
HSL265.21º93.7%75.1%-
HSV(B)265.21º47.41%98.43%-
XYZ44.9633.4195.35-
YUV160.52179.06143.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=32.21%
G=23.36%
B=44.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821322510.270.4700.02265.2193.775.1
HexB684FB1B2F021095e4b
Octal266204373335702411136113
Binary1011011010000100111110111101110111101010000100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684FB; }

 p { color: rgb(182,132,251); }

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

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

 a { background-color: rgb(182,132,251); }

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

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

 span { border-color: rgb(182,132,251); }

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