#B382D8

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

Shades of Biloba Flower #B382D8

Tints of Biloba Flower #B382D8

Color information

#B382D8 (or 0xB382D8) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and D8. RGB value is (179,130,216). Sum of RGB (Red+Green+Blue) = 179+130+216=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #B382D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382D8 is #4C7D27. Grayscale: #9A9A9A. Windows color (decimal): -5012776 or 14189235. OLE color: 14189235.

HSL color Cylindrical-coordinate representation of color #B382D8: hue angle of 274.19º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B382D8 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179130216-
CMYK0.170.4000.15
HSL274.19º52.44%67.84%-
HSV(B)274.19º39.81%84.71%-
XYZ38.9730.5168.8-
YUV154.46162.73145.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=34.10%
G=24.76%
B=41.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791302160.170.4000.15274.1952.4467.84
HexB382D811280F1123444
Octal263202330215001742264104
Binary10110011100000101101100010001101000011111000100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382D8; }

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

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

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

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

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

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

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

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