#B692F8

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

Shades of Biloba Flower #B692F8

Tints of Biloba Flower #B692F8

Color information

#B692F8 (or 0xB692F8) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and F8. RGB value is (182,146,248). Sum of RGB (Red+Green+Blue) = 182+146+248=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #B692F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692F8 is #496D07. Grayscale: #A8A8A8. Windows color (decimal): -4812040 or 16290486. OLE color: 16290486.

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

Color convert

RGB182146248-
CMYK0.270.4100.03
HSL261.18º87.93%77.25%-
HSV(B)261.18º41.13%97.25%-
XYZ46.5137.2893.55-
YUV168.39172.93137.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 248 (97.27% from 255) = 43.06%
R=31.60%
G=25.35%
B=43.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821462480.270.4100.03261.1887.9377.25
HexB692F81B2903105584d
Octal266222370335103405130115
Binary1011011010010010111110001101110100101110000010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692F8; }

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

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

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

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

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

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

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

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