#B08CCF

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

Shades of Biloba Flower #B08CCF

Tints of Biloba Flower #B08CCF

Color information

#B08CCF (or 0xB08CCF) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and CF. RGB value is (176,140,207). Sum of RGB (Red+Green+Blue) = 176+140+207=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B08CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CCF is #4F7330. Grayscale: #9E9E9E. Windows color (decimal): -5206833 or 13601968. OLE color: 13601968.

HSL color Cylindrical-coordinate representation of color #B08CCF: hue angle of 272.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08CCF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176140207-
CMYK0.150.3200.19
HSL272.24º41.1%68.04%-
HSV(B)272.24º32.37%81.18%-
XYZ38.5532.4963.27-
YUV158.4155.43140.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=33.65%
G=26.77%
B=39.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761402070.150.3200.19272.2441.168.04
HexB08CCFF200131102944
Octal260214317174002342051104
Binary10110000100011001100111111111000000100111000100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CCF; }

 p { color: rgb(176,140,207); }

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

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

 a { background-color: rgb(176,140,207); }

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

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

 span { border-color: rgb(176,140,207); }

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