#B384FA

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

Shades of Biloba Flower #B384FA

Tints of Biloba Flower #B384FA

Color information

#B384FA (or 0xB384FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 84 and FA. RGB value is (179,132,250). Sum of RGB (Red+Green+Blue) = 179+132+250=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #B384FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384FA is #4C7B05. Grayscale: #9F9F9F. Windows color (decimal): -5012230 or 16417971. OLE color: 16417971.

HSL color Cylindrical-coordinate representation of color #B384FA: hue angle of 263.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B384FA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179132250-
CMYK0.280.4700.02
HSL263.9º92.19%74.9%-
HSV(B)263.9º47.2%98.04%-
XYZ44.132.9994.49-
YUV159.5179.07141.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=31.91%
G=23.53%
B=44.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791322500.280.4700.02263.992.1974.9
HexB384FA1C2F021085c4b
Octal263204372345702410134113
Binary1011001110000100111110101110010111101010000100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384FA; }

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

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

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

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

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

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

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

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