#B295DB

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

Shades of Biloba Flower #B295DB

Tints of Biloba Flower #B295DB

Color information

#B295DB (or 0xB295DB) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and DB. RGB value is (178,149,219). Sum of RGB (Red+Green+Blue) = 178+149+219=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B295DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DB is #4D6A24. Grayscale: #A5A5A5. Windows color (decimal): -5073445 or 14390706. OLE color: 14390706.

HSL color Cylindrical-coordinate representation of color #B295DB: hue angle of 264.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B295DB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178149219-
CMYK0.190.3200.14
HSL264.86º49.3%72.16%-
HSV(B)264.86º31.96%85.88%-
XYZ41.8936.0771.77-
YUV165.65158.11136.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=32.60%
G=27.29%
B=40.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781492190.190.3200.14264.8649.372.16
HexB295DB13200E1093148
Octal262225333234001641161110
Binary10110010100101011101101110011100000011101000010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295DB; }

 p { color: rgb(178,149,219); }

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

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

 a { background-color: rgb(178,149,219); }

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

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

 span { border-color: rgb(178,149,219); }

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