#B385DB

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

Shades of Biloba Flower #B385DB

Tints of Biloba Flower #B385DB

Color information

#B385DB (or 0xB385DB) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and DB. RGB value is (179,133,219). Sum of RGB (Red+Green+Blue) = 179+133+219=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DB is #4C7A24. Grayscale: #9C9C9C. Windows color (decimal): -5012005 or 14386611. OLE color: 14386611.

HSL color Cylindrical-coordinate representation of color #B385DB: hue angle of 272.09º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B385DB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179133219-
CMYK0.180.3900.14
HSL272.09º54.43%69.02%-
HSV(B)272.09º39.27%85.88%-
XYZ39.7631.4771-
YUV156.56163.24144.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=33.71%
G=25.05%
B=41.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791332190.180.3900.14272.0954.4369.02
HexB385DB12270E1103645
Octal263205333224701642066105
Binary10110011100001011101101110010100111011101000100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385DB; }

 p { color: rgb(179,133,219); }

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

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

 a { background-color: rgb(179,133,219); }

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

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

 span { border-color: rgb(179,133,219); }

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