#b693ea

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

Shades of Biloba Flower #B693EA

Tints of Biloba Flower #B693EA

Color information

#B693EA (or 0xB693EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and EA. RGB value is (182,147,234). Sum of RGB (Red+Green+Blue) = 182+147+234=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #B693EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B693EA is #496C15. Grayscale: #A7A7A7. Windows color (decimal): -4811798 or 15373238. OLE color: 15373238.

HSL color Cylindrical-coordinate representation of color #B693EA: hue angle of 264.14º degrees, saturation: 0.67, 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 #B693EA is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182147234-
CMYK0.220.3700.08
HSL264.14º67.44%74.71%-
HSV(B)264.14º37.18%91.76%-
XYZ44.5836.7582.59-
YUV167.38165.6138.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=32.33%
G=26.11%
B=41.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821472340.220.3700.08264.1467.4474.71
HexB693EA162508108434b
Octal2662233522645010410103113
Binary101101101001001111101010101101001010100010000100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b693ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b693ea; }

 p { color: rgb(182,147,234); }

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

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

 a { background-color: rgb(182,147,234); }

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

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

 span { border-color: rgb(182,147,234); }

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