#B384E9

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

Shades of Biloba Flower #B384E9

Tints of Biloba Flower #B384E9

Color information

#B384E9 (or 0xB384E9) is unknown color: approx Biloba Flower. HEX triplet: B3, 84 and E9. RGB value is (179,132,233). Sum of RGB (Red+Green+Blue) = 179+132+233=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #B384E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384E9 is #4C7B16. Grayscale: #9D9D9D. Windows color (decimal): -5012247 or 15303859. OLE color: 15303859.

HSL color Cylindrical-coordinate representation of color #B384E9: hue angle of 267.92º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B384E9 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179132233-
CMYK0.230.4300.09
HSL267.92º69.66%71.57%-
HSV(B)267.92º43.35%91.37%-
XYZ41.5531.9781.07-
YUV157.57170.57143.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 233 (91.41% from 255) = 42.83%
R=32.90%
G=24.26%
B=42.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791322330.230.4300.09267.9269.6671.57
HexB384E9172B0910c4648
Octal2632043512753011414106110
Binary101100111000010011101001101111010110100110000110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384E9; }

 p { color: rgb(179,132,233); }

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

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

 a { background-color: rgb(179,132,233); }

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

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

 span { border-color: rgb(179,132,233); }

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