#B293CF

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

Shades of Biloba Flower #B293CF

Tints of Biloba Flower #B293CF

Color information

#B293CF (or 0xB293CF) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and CF. RGB value is (178,147,207). Sum of RGB (Red+Green+Blue) = 178+147+207=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #B293CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CF is #4D6C30. Grayscale: #A2A2A2. Windows color (decimal): -5073969 or 13603762. OLE color: 13603762.

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

Color convert

RGB178147207-
CMYK0.140.2900.19
HSL271º38.46%69.41%-
HSV(B)271º28.99%81.18%-
XYZ40.0634.8463.64-
YUV163.11152.77138.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=33.46%
G=27.63%
B=38.91%

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
Decimal1781472070.140.2900.1927138.4669.41
HexB293CFE1D01310f2645
Octal262223317163502341746105
Binary1011001010010011110011111110111010100111000011111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293CF; }

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

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

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

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

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

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

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

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