#B690FE

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

Shades of Biloba Flower #B690FE

Tints of Biloba Flower #B690FE

Color information

#B690FE (or 0xB690FE) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and FE. RGB value is (182,144,254). Sum of RGB (Red+Green+Blue) = 182+144+254=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #B690FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690FE is #496F01. Grayscale: #A7A7A7. Windows color (decimal): -4812546 or 16683190. OLE color: 16683190.

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

Color convert

RGB182144254-
CMYK0.280.4300.00
HSL260.73º98.21%78.04%-
HSV(B)260.73º43.31%99.61%-
XYZ47.1537.0598.43-
YUV167.9176.59138.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=31.38%
G=24.83%
B=43.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821442540.280.4300.00260.7398.2178.04
HexB690FE1C2B00105624e
Octal266220376345300405142116
Binary101101101001000011111110111001010110010000010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690FE; }

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

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

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

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

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

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

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

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