#B385DD

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

Shades of Biloba Flower #B385DD

Tints of Biloba Flower #B385DD

Color information

#B385DD (or 0xB385DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and DD. RGB value is (179,133,221). Sum of RGB (Red+Green+Blue) = 179+133+221=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B385DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DD is #4C7A22. Grayscale: #9C9C9C. Windows color (decimal): -5012003 or 14517683. OLE color: 14517683.

HSL color Cylindrical-coordinate representation of color #B385DD: hue angle of 271.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B385DD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179133221-
CMYK0.190.4000.13
HSL271.36º56.41%69.41%-
HSV(B)271.36º39.82%86.67%-
XYZ40.0331.5872.39-
YUV156.79164.24143.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=33.58%
G=24.95%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791332210.190.4000.13271.3656.4169.41
HexB385DD13280D10f3845
Octal263205335235001541770105
Binary10110011100001011101110110011101000011011000011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385DD; }

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

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

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

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

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

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

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

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