#B381F8

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

Shades of Biloba Flower #B381F8

Tints of Biloba Flower #B381F8

Color information

#B381F8 (or 0xB381F8) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and F8. RGB value is (179,129,248). Sum of RGB (Red+Green+Blue) = 179+129+248=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #B381F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381F8 is #4C7E07. Grayscale: #9D9D9D. Windows color (decimal): -5013000 or 16286131. OLE color: 16286131.

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

Color convert

RGB179129248-
CMYK0.280.4800.03
HSL265.21º89.47%73.92%-
HSV(B)265.21º47.98%97.25%-
XYZ43.3832.0692.71-
YUV157.52179.06143.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=32.19%
G=23.20%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1791292480.280.4800.03265.2189.4773.92
HexB381F81C3003109594a
Octal263201370346003411131112
Binary1011001110000001111110001110011000001110000100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381F8; }

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

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

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

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

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

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

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

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