#B694ED

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

Shades of Biloba Flower #B694ED

Tints of Biloba Flower #B694ED

Color information

#B694ED (or 0xB694ED) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and ED. RGB value is (182,148,237). Sum of RGB (Red+Green+Blue) = 182+148+237=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #B694ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694ED is #496B12. Grayscale: #A7A7A7. Windows color (decimal): -4811539 or 15570102. OLE color: 15570102.

HSL color Cylindrical-coordinate representation of color #B694ED: hue angle of 262.92º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B694ED is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182148237-
CMYK0.230.3800.07
HSL262.92º71.2%75.49%-
HSV(B)262.92º37.55%92.94%-
XYZ45.1737.2484.93-
YUV168.31166.76137.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=32.10%
G=26.10%
B=41.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821482370.230.3800.07262.9271.275.49
HexB694ED172607107474b
Octal266224355274607407107113
Binary10110110100101001110110110111100110011110000011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694ED; }

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

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

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

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

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

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

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

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