#B692F3

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

Shades of Biloba Flower #B692F3

Tints of Biloba Flower #B692F3

Color information

#B692F3 (or 0xB692F3) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and F3. RGB value is (182,146,243). Sum of RGB (Red+Green+Blue) = 182+146+243=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #B692F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692F3 is #496D0C. Grayscale: #A7A7A7. Windows color (decimal): -4812045 or 15962806. OLE color: 15962806.

HSL color Cylindrical-coordinate representation of color #B692F3: hue angle of 262.27º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B692F3 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182146243-
CMYK0.250.4000.05
HSL262.27º80.17%76.27%-
HSV(B)262.27º39.92%95.29%-
XYZ45.7536.9789.52-
YUV167.82170.43138.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=31.87%
G=25.57%
B=42.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821462430.250.4000.05262.2780.1776.27
HexB692F3192805106504c
Octal266222363315005406120114
Binary10110110100100101111001111001101000010110000011010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692F3; }

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

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

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

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

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

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

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

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