#B381F9

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

Shades of Biloba Flower #B381F9

Tints of Biloba Flower #B381F9

Color information

#B381F9 (or 0xB381F9) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and F9. RGB value is (179,129,249). Sum of RGB (Red+Green+Blue) = 179+129+249=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #B381F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381F9 is #4C7E06. Grayscale: #9D9D9D. Windows color (decimal): -5012999 or 16351667. OLE color: 16351667.

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

Color convert

RGB179129249-
CMYK0.280.4800.02
HSL265º90.91%74.12%-
HSV(B)265º48.19%97.65%-
XYZ43.5432.1293.53-
YUV157.63179.56143.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=32.14%
G=23.16%
B=44.70%

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
Decimal1791292490.280.4800.0226590.9174.12
HexB381F91C30021095b4a
Octal263201371346002411133112
Binary1011001110000001111110011110011000001010000100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381F9; }

 p { color: rgb(179,129,249); }

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

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

 a { background-color: rgb(179,129,249); }

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

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

 span { border-color: rgb(179,129,249); }

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