#B385DE

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

Shades of Biloba Flower #B385DE

Tints of Biloba Flower #B385DE

Color information

#B385DE (or 0xB385DE) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and DE. RGB value is (179,133,222). Sum of RGB (Red+Green+Blue) = 179+133+222=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #B385DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DE is #4C7A21. Grayscale: #9C9C9C. Windows color (decimal): -5012002 or 14583219. OLE color: 14583219.

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

Color convert

RGB179133222-
CMYK0.190.4000.13
HSL271.01º57.42%69.61%-
HSV(B)271.01º40.09%87.06%-
XYZ40.1631.6373.1-
YUV156.9164.74143.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=33.52%
G=24.91%
B=41.57%

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
Decimal1791332220.190.4000.13271.0157.4269.61
HexB385DE13280D10f3946
Octal263205336235001541771106
Binary10110011100001011101111010011101000011011000011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385DE; }

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

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

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

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

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

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

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

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