#B382FB

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

Shades of Biloba Flower #B382FB

Tints of Biloba Flower #B382FB

Color information

#B382FB (or 0xB382FB) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and FB. RGB value is (179,130,251). Sum of RGB (Red+Green+Blue) = 179+130+251=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B382FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382FB is #4C7D04. Grayscale: #9E9E9E. Windows color (decimal): -5012741 or 16482995. OLE color: 16482995.

HSL color Cylindrical-coordinate representation of color #B382FB: hue angle of 264.3º degrees, saturation: 0.94, 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 #B382FB is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179130251-
CMYK0.290.4800.02
HSL264.3º93.8%74.71%-
HSV(B)264.3º48.21%98.43%-
XYZ43.9932.5195.22-
YUV158.45180.23142.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=31.96%
G=23.21%
B=44.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791302510.290.4800.02264.393.874.71
HexB382FB1D30021085e4b
Octal263202373356002410136113
Binary1011001110000010111110111110111000001010000100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382FB; }

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

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

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

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

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

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

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

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