#B380DE

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

Shades of Biloba Flower #B380DE

Tints of Biloba Flower #B380DE

Color information

#B380DE (or 0xB380DE) is unknown color: approx Biloba Flower. HEX triplet: B3, 80 and DE. RGB value is (179,128,222). Sum of RGB (Red+Green+Blue) = 179+128+222=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #B380DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380DE is #4C7F21. Grayscale: #999999. Windows color (decimal): -5013282 or 14581939. OLE color: 14581939.

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

Color convert

RGB179128222-
CMYK0.190.4200.13
HSL272.55º58.75%68.63%-
HSV(B)272.55º42.34%87.06%-
XYZ39.4930.372.87-
YUV153.96166.4145.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=33.84%
G=24.20%
B=41.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791282220.190.4200.13272.5558.7568.63
HexB380DE132A0D1113b45
Octal263200336235201542173105
Binary10110011100000001101111010011101010011011000100011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380DE; }

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

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

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

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

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

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

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

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