#B694F1

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

Shades of Biloba Flower #B694F1

Tints of Biloba Flower #B694F1

Color information

#B694F1 (or 0xB694F1) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and F1. RGB value is (182,148,241). Sum of RGB (Red+Green+Blue) = 182+148+241=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #B694F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694F1 is #496B0E. Grayscale: #A8A8A8. Windows color (decimal): -4811535 or 15832246. OLE color: 15832246.

HSL color Cylindrical-coordinate representation of color #B694F1: hue angle of 261.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B694F1 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182148241-
CMYK0.240.3900.05
HSL261.94º76.86%76.27%-
HSV(B)261.94º38.59%94.51%-
XYZ45.7637.4888.04-
YUV168.77168.76137.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=31.87%
G=25.92%
B=42.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821482410.240.3900.05261.9476.8676.27
HexB694F11827051064d4c
Octal266224361304705406115114
Binary10110110100101001111000111000100111010110000011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694F1; }

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

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

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

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

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

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

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

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