#B69CF0

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

Shades of Biloba Flower #B69CF0

Tints of Biloba Flower #B69CF0

Color information

#B69CF0 (or 0xB69CF0) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and F0. RGB value is (182,156,240). Sum of RGB (Red+Green+Blue) = 182+156+240=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #B69CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CF0 is #49630F. Grayscale: #ADADAD. Windows color (decimal): -4809488 or 15768758. OLE color: 15768758.

HSL color Cylindrical-coordinate representation of color #B69CF0: hue angle of 258.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B69CF0 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182156240-
CMYK0.240.3500.06
HSL258.57º73.68%77.65%-
HSV(B)258.57º35%94.12%-
XYZ46.9140.0187.69-
YUV173.35165.61134.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=31.49%
G=26.99%
B=41.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821562400.240.3500.06258.5773.6877.65
HexB69CF01823061034a4e
Octal266234360304306403112116
Binary10110110100111001111000011000100011011010000001110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CF0; }

 p { color: rgb(182,156,240); }

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

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

 a { background-color: rgb(182,156,240); }

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

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

 span { border-color: rgb(182,156,240); }

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