#B692F9

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

Shades of Biloba Flower #B692F9

Tints of Biloba Flower #B692F9

Color information

#B692F9 (or 0xB692F9) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and F9. RGB value is (182,146,249). Sum of RGB (Red+Green+Blue) = 182+146+249=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #B692F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692F9 is #496D06. Grayscale: #A8A8A8. Windows color (decimal): -4812039 or 16356022. OLE color: 16356022.

HSL color Cylindrical-coordinate representation of color #B692F9: hue angle of 260.97º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B692F9 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182146249-
CMYK0.270.4100.02
HSL260.97º89.57%77.45%-
HSV(B)260.97º41.37%97.65%-
XYZ46.6737.3494.37-
YUV168.51173.43137.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=31.54%
G=25.30%
B=43.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821462490.270.4100.02260.9789.5777.45
HexB692F91B29021055a4d
Octal266222371335102405132115
Binary1011011010010010111110011101110100101010000010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692F9; }

 p { color: rgb(182,146,249); }

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

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

 a { background-color: rgb(182,146,249); }

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

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

 span { border-color: rgb(182,146,249); }

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