#B59CCF

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

Shades of Biloba Flower #B59CCF

Tints of Biloba Flower #B59CCF

Color information

#B59CCF (or 0xB59CCF) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and CF. RGB value is (181,156,207). Sum of RGB (Red+Green+Blue) = 181+156+207=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #B59CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCF is #4A6330. Grayscale: #A9A9A9. Windows color (decimal): -4875057 or 13606069. OLE color: 13606069.

HSL color Cylindrical-coordinate representation of color #B59CCF: hue angle of 269.41º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B59CCF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181156207-
CMYK0.130.2500.19
HSL269.41º34.69%71.18%-
HSV(B)269.41º24.64%81.18%-
XYZ42.2138.1164.16-
YUV169.29149.28136.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=33.27%
G=28.68%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811562070.130.2500.19269.4134.6971.18
HexB59CCFD1901310d2347
Octal265234317153102341543107
Binary1011010110011100110011111101110010100111000011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CCF; }

 p { color: rgb(181,156,207); }

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

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

 a { background-color: rgb(181,156,207); }

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

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

 span { border-color: rgb(181,156,207); }

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