#B381E0

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

Shades of Biloba Flower #B381E0

Tints of Biloba Flower #B381E0

Color information

#B381E0 (or 0xB381E0) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and E0. RGB value is (179,129,224). Sum of RGB (Red+Green+Blue) = 179+129+224=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #B381E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381E0 is #4C7E1F. Grayscale: #9A9A9A. Windows color (decimal): -5013024 or 14713267. OLE color: 14713267.

HSL color Cylindrical-coordinate representation of color #B381E0: hue angle of 271.58º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B381E0 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179129224-
CMYK0.200.4200.12
HSL271.58º60.51%69.22%-
HSV(B)271.58º42.41%87.84%-
XYZ39.930.6774.34-
YUV154.78167.06145.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=33.65%
G=24.25%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791292240.200.4200.12271.5860.5169.22
HexB381E0142A0C1103d45
Octal263201340245201442075105
Binary10110011100000011110000010100101010011001000100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381E0; }

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

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

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

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

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

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

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

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