#B384EE

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

Shades of Biloba Flower #B384EE

Tints of Biloba Flower #B384EE

Color information

#B384EE (or 0xB384EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 84 and EE. RGB value is (179,132,238). Sum of RGB (Red+Green+Blue) = 179+132+238=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B384EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384EE is #4C7B11. Grayscale: #9D9D9D. Windows color (decimal): -5012242 or 15631539. OLE color: 15631539.

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

Color convert

RGB179132238-
CMYK0.250.4500.07
HSL266.6º75.71%72.55%-
HSV(B)266.6º44.54%93.33%-
XYZ42.2732.2684.89-
YUV158.14173.07142.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=32.60%
G=24.04%
B=43.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791322380.250.4500.07266.675.7172.55
HexB384EE192D0710b4c49
Octal263204356315507413114111
Binary10110011100001001110111011001101101011110000101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384EE; }

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

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

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

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

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

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

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

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