#B694EB

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

Shades of Biloba Flower #B694EB

Tints of Biloba Flower #B694EB

Color information

#B694EB (or 0xB694EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and EB. RGB value is (182,148,235). Sum of RGB (Red+Green+Blue) = 182+148+235=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #B694EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694EB is #496B14. Grayscale: #A7A7A7. Windows color (decimal): -4811541 or 15439030. OLE color: 15439030.

HSL color Cylindrical-coordinate representation of color #B694EB: hue angle of 263.45º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B694EB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182148235-
CMYK0.230.3700.08
HSL263.45º68.5%75.1%-
HSV(B)263.45º37.02%92.16%-
XYZ44.8837.1283.4-
YUV168.08165.76137.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=32.21%
G=26.19%
B=41.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821482350.230.3700.08263.4568.575.1
HexB694EB172508107454b
Octal2662243532745010407105113
Binary101101101001010011101011101111001010100010000011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694EB; }

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

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

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

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

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

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

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

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