#B395DD

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

Shades of Biloba Flower #B395DD

Tints of Biloba Flower #B395DD

Color information

#B395DD (or 0xB395DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and DD. RGB value is (179,149,221). Sum of RGB (Red+Green+Blue) = 179+149+221=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B395DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395DD is #4C6A22. Grayscale: #A5A5A5. Windows color (decimal): -5007907 or 14521779. OLE color: 14521779.

HSL color Cylindrical-coordinate representation of color #B395DD: hue angle of 265º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B395DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179149221-
CMYK0.190.3300.13
HSL265º51.43%72.55%-
HSV(B)265º32.58%86.67%-
XYZ42.3936.373.18-
YUV166.18158.94137.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=32.60%
G=27.14%
B=40.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791492210.190.3300.1326551.4372.55
HexB395DD13210D1093349
Octal263225335234101541163111
Binary10110011100101011101110110011100001011011000010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395DD; }

 p { color: rgb(179,149,221); }

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

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

 a { background-color: rgb(179,149,221); }

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

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

 span { border-color: rgb(179,149,221); }

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