#b693ff

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

Shades of Biloba Flower #B693FF

Tints of Biloba Flower #B693FF

Color information

#B693FF (or 0xB693FF) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and FF. RGB value is (182,147,255). Sum of RGB (Red+Green+Blue) = 182+147+255=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B693FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B693FF is #496C00. Grayscale: #A9A9A9. Windows color (decimal): -4811777 or 16749494. OLE color: 16749494.

HSL color Cylindrical-coordinate representation of color #B693FF: hue angle of 259.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B693FF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182147255-
CMYK0.290.4200
HSL259.44º100%78.82%-
HSV(B)259.44º42.35%100%-
XYZ47.7838.0399.43-
YUV169.78176.1136.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 255 (100% from 255) = 43.66%
R=31.16%
G=25.17%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821472550.290.4200259.4410078.82
HexB693FF1D2A00103644f
Octal266223377355200403144117
Binary101101101001001111111111111011010100010000001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b693ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b693ff; }

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

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

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

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

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

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

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

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