#B380DD

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

Shades of Biloba Flower #B380DD

Tints of Biloba Flower #B380DD

Color information

#B380DD (or 0xB380DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 80 and DD. RGB value is (179,128,221). Sum of RGB (Red+Green+Blue) = 179+128+221=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380DD is #4C7F22. Grayscale: #999999. Windows color (decimal): -5013283 or 14516403. OLE color: 14516403.

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

Color convert

RGB179128221-
CMYK0.190.4200.13
HSL272.9º57.76%68.43%-
HSV(B)272.9º42.08%86.67%-
XYZ39.3630.2472.17-
YUV153.85165.9145.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=33.90%
G=24.24%
B=41.86%

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
Decimal1791282210.190.4200.13272.957.7668.43
HexB380DD132A0D1113a44
Octal263200335235201542172104
Binary10110011100000001101110110011101010011011000100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380DD; }

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

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

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

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

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

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

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

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