#B382DE

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

Shades of Biloba Flower #B382DE

Tints of Biloba Flower #B382DE

Color information

#B382DE (or 0xB382DE) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and DE. RGB value is (179,130,222). Sum of RGB (Red+Green+Blue) = 179+130+222=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #B382DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382DE is #4C7D21. Grayscale: #9A9A9A. Windows color (decimal): -5012770 or 14582451. OLE color: 14582451.

HSL color Cylindrical-coordinate representation of color #B382DE: hue angle of 271.96º degrees, saturation: 0.58, 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 #B382DE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179130222-
CMYK0.190.4100.13
HSL271.96º58.23%69.02%-
HSV(B)271.96º41.44%87.06%-
XYZ39.7630.8272.96-
YUV155.14165.73145.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=33.71%
G=24.48%
B=41.81%

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
Decimal1791302220.190.4100.13271.9658.2369.02
HexB382DE13290D1103a45
Octal263202336235101542072105
Binary10110011100000101101111010011101001011011000100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382DE; }

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

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

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

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

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

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

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

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