#B382FA

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

Shades of Biloba Flower #B382FA

Tints of Biloba Flower #B382FA

Color information

#B382FA (or 0xB382FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and FA. RGB value is (179,130,250). Sum of RGB (Red+Green+Blue) = 179+130+250=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #B382FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382FA is #4C7D05. Grayscale: #9D9D9D. Windows color (decimal): -5012742 or 16417459. OLE color: 16417459.

HSL color Cylindrical-coordinate representation of color #B382FA: hue angle of 264.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B382FA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179130250-
CMYK0.280.4800.02
HSL264.5º92.31%74.51%-
HSV(B)264.5º48%98.04%-
XYZ43.8332.4594.4-
YUV158.33179.73142.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=32.02%
G=23.26%
B=44.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791302500.280.4800.02264.592.3174.51
HexB382FA1C30021085c4b
Octal263202372346002410134113
Binary1011001110000010111110101110011000001010000100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382FA; }

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

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

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

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

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

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

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

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