#B381EB

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

Shades of Biloba Flower #B381EB

Tints of Biloba Flower #B381EB

Color information

#B381EB (or 0xB381EB) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and EB. RGB value is (179,129,235). Sum of RGB (Red+Green+Blue) = 179+129+235=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #B381EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381EB is #4C7E14. Grayscale: #9B9B9B. Windows color (decimal): -5013013 or 15434163. OLE color: 15434163.

HSL color Cylindrical-coordinate representation of color #B381EB: hue angle of 268.3º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B381EB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179129235-
CMYK0.240.4500.08
HSL268.3º72.6%71.37%-
HSV(B)268.3º45.11%92.16%-
XYZ41.4431.2882.45-
YUV156.03172.56144.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=32.97%
G=23.76%
B=43.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791292350.240.4500.08268.372.671.37
HexB381EB182D0810c4947
Octal2632013533055010414111107
Binary101100111000000111101011110001011010100010000110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381EB; }

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

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

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

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

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

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

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

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