#B693FE

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

Shades of Biloba Flower #B693FE

Tints of Biloba Flower #B693FE

Color information

#B693FE (or 0xB693FE) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and FE. RGB value is (182,147,254). Sum of RGB (Red+Green+Blue) = 182+147+254=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #B693FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B693FE is #496C01. Grayscale: #A9A9A9. Windows color (decimal): -4811778 or 16683958. OLE color: 16683958.

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

Color convert

RGB182147254-
CMYK0.280.4200.00
HSL259.63º98.17%78.63%-
HSV(B)259.63º42.13%99.61%-
XYZ47.6137.9798.58-
YUV169.66175.6136.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.22%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=31.22%
G=25.21%
B=43.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821472540.280.4200.00259.6398.1778.63
HexB693FE1C2A00104624f
Octal266223376345200404142117
Binary101101101001001111111110111001010100010000010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693FE; }

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

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

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

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

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

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

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

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