#B694FB

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

Shades of Biloba Flower #B694FB

Tints of Biloba Flower #B694FB

Color information

#B694FB (or 0xB694FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and FB. RGB value is (182,148,251). Sum of RGB (Red+Green+Blue) = 182+148+251=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #B694FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694FB is #496B04. Grayscale: #A9A9A9. Windows color (decimal): -4811525 or 16487606. OLE color: 16487606.

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

Color convert

RGB182148251-
CMYK0.270.4100.02
HSL259.81º92.79%78.24%-
HSV(B)259.81º41.04%98.43%-
XYZ47.2938.0996.13-
YUV169.91173.76136.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.33%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=31.33%
G=25.47%
B=43.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821482510.270.4100.02259.8192.7978.24
HexB694FB1B29021045d4e
Octal266224373335102404135116
Binary1011011010010100111110111101110100101010000010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694FB; }

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

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

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

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

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

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

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

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