#B381EC

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

Shades of Biloba Flower #B381EC

Tints of Biloba Flower #B381EC

Color information

#B381EC (or 0xB381EC) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and EC. RGB value is (179,129,236). Sum of RGB (Red+Green+Blue) = 179+129+236=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #B381EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381EC is #4C7E13. Grayscale: #9B9B9B. Windows color (decimal): -5013012 or 15499699. OLE color: 15499699.

HSL color Cylindrical-coordinate representation of color #B381EC: hue angle of 268.04º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B381EC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179129236-
CMYK0.240.4500.07
HSL268.04º73.79%71.57%-
HSV(B)268.04º45.34%92.55%-
XYZ41.5831.3483.21-
YUV156.15173.06144.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=32.90%
G=23.71%
B=43.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791292360.240.4500.07268.0473.7971.57
HexB381EC182D0710c4a48
Octal263201354305507414112110
Binary10110011100000011110110011000101101011110000110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381EC; }

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

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

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

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

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

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

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

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