#B694FC

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

Shades of Biloba Flower #B694FC

Tints of Biloba Flower #B694FC

Color information

#B694FC (or 0xB694FC) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and FC. RGB value is (182,148,252). Sum of RGB (Red+Green+Blue) = 182+148+252=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #B694FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694FC is #496B03. Grayscale: #A9A9A9. Windows color (decimal): -4811524 or 16553142. OLE color: 16553142.

HSL color Cylindrical-coordinate representation of color #B694FC: hue angle of 259.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B694FC is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182148252-
CMYK0.280.4100.01
HSL259.62º94.55%78.43%-
HSV(B)259.62º41.27%98.82%-
XYZ47.4538.1596.96-
YUV170.02174.26136.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.27%
GREEN value IS 148 (58.20% from 255) = 25.43%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=31.27%
G=25.43%
B=43.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821482520.280.4100.01259.6294.5578.43
HexB694FC1C29011045f4e
Octal266224374345101404137116
Binary101101101001010011111100111001010010110000010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694FC; }

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

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

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

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

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

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

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

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