#B381F0

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

Shades of Biloba Flower #B381F0

Tints of Biloba Flower #B381F0

Color information

#B381F0 (or 0xB381F0) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and F0. RGB value is (179,129,240). Sum of RGB (Red+Green+Blue) = 179+129+240=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #B381F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381F0 is #4C7E0F. Grayscale: #9C9C9C. Windows color (decimal): -5013008 or 15761843. OLE color: 15761843.

HSL color Cylindrical-coordinate representation of color #B381F0: hue angle of 267.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B381F0 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179129240-
CMYK0.250.4600.06
HSL267.03º78.72%72.35%-
HSV(B)267.03º46.25%94.12%-
XYZ42.1731.5886.31-
YUV156.6175.06143.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=32.66%
G=23.54%
B=43.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791292400.250.4600.06267.0378.7272.35
HexB381F0192E0610b4f48
Octal263201360315606413117110
Binary10110011100000011111000011001101110011010000101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381F0; }

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

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

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

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

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

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

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

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