#B380FB

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

Shades of Biloba Flower #B380FB

Tints of Biloba Flower #B380FB

Color information

#B380FB (or 0xB380FB) is unknown color: approx Biloba Flower. HEX triplet: B3, 80 and FB. RGB value is (179,128,251). Sum of RGB (Red+Green+Blue) = 179+128+251=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B380FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B380FB is #4C7F04. Grayscale: #9C9C9C. Windows color (decimal): -5013253 or 16482483. OLE color: 16482483.

HSL color Cylindrical-coordinate representation of color #B380FB: hue angle of 264.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B380FB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179128251-
CMYK0.290.4900.02
HSL264.88º93.89%74.31%-
HSV(B)264.88º49%98.43%-
XYZ43.7231.9995.14-
YUV157.27180.9143.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=32.08%
G=22.94%
B=44.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791282510.290.4900.02264.8893.8974.31
HexB380FB1D31021095e4a
Octal263200373356102411136112
Binary1011001110000000111110111110111000101010000100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380FB; }

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

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

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

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

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

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

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

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