#B294CF

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

Shades of Biloba Flower #B294CF

Tints of Biloba Flower #B294CF

Color information

#B294CF (or 0xB294CF) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and CF. RGB value is (178,148,207). Sum of RGB (Red+Green+Blue) = 178+148+207=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #B294CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294CF is #4D6B30. Grayscale: #A3A3A3. Windows color (decimal): -5073713 or 13604018. OLE color: 13604018.

HSL color Cylindrical-coordinate representation of color #B294CF: hue angle of 270.51º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B294CF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178148207-
CMYK0.140.2900.19
HSL270.51º38.06%69.61%-
HSV(B)270.51º28.5%81.18%-
XYZ40.2135.1563.7-
YUV163.7152.44138.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=33.40%
G=27.77%
B=38.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781482070.140.2900.19270.5138.0669.61
HexB294CFE1D01310f2646
Octal262224317163502341746106
Binary1011001010010100110011111110111010100111000011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294CF; }

 p { color: rgb(178,148,207); }

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

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

 a { background-color: rgb(178,148,207); }

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

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

 span { border-color: rgb(178,148,207); }

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