#B692E3

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

Shades of Biloba Flower #B692E3

Tints of Biloba Flower #B692E3

Color information

#B692E3 (or 0xB692E3) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and E3. RGB value is (182,146,227). Sum of RGB (Red+Green+Blue) = 182+146+227=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #B692E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692E3 is #496D1C. Grayscale: #A5A5A5. Windows color (decimal): -4812061 or 14914230. OLE color: 14914230.

HSL color Cylindrical-coordinate representation of color #B692E3: hue angle of 266.67º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B692E3 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182146227-
CMYK0.200.3600.11
HSL266.67º59.12%73.14%-
HSV(B)266.67º35.68%89.02%-
XYZ43.4436.0577.34-
YUV166162.43139.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=32.79%
G=26.31%
B=40.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821462270.200.3600.11266.6759.1273.14
HexB692E314240B10b3b49
Octal266222343244401341373111
Binary10110110100100101110001110100100100010111000010111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692E3; }

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

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

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

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

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

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

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

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