#B382DD

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

Shades of Biloba Flower #B382DD

Tints of Biloba Flower #B382DD

Color information

#B382DD (or 0xB382DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and DD. RGB value is (179,130,221). Sum of RGB (Red+Green+Blue) = 179+130+221=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B382DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382DD is #4C7D22. Grayscale: #9A9A9A. Windows color (decimal): -5012771 or 14516915. OLE color: 14516915.

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

Color convert

RGB179130221-
CMYK0.190.4100.13
HSL272.31º57.23%68.82%-
HSV(B)272.31º41.18%86.67%-
XYZ39.6230.7772.26-
YUV155.03165.23145.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=33.77%
G=24.53%
B=41.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791302210.190.4100.13272.3157.2368.82
HexB382DD13290D1103945
Octal263202335235101542071105
Binary10110011100000101101110110011101001011011000100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382DD; }

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

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

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

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

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

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

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

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