#B383FD

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

Shades of Biloba Flower #B383FD

Tints of Biloba Flower #B383FD

Color information

#B383FD (or 0xB383FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 83 and FD. RGB value is (179,131,253). Sum of RGB (Red+Green+Blue) = 179+131+253=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #B383FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383FD is #4C7C02. Grayscale: #9E9E9E. Windows color (decimal): -5012483 or 16614323. OLE color: 16614323.

HSL color Cylindrical-coordinate representation of color #B383FD: hue angle of 263.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B383FD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179131253-
CMYK0.290.4800.01
HSL263.61º96.83%75.29%-
HSV(B)263.61º48.22%99.22%-
XYZ44.4432.9196.94-
YUV159.26180.9142.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 131 (51.56% from 255) = 23.27%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=31.79%
G=23.27%
B=44.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791312530.290.4800.01263.6196.8375.29
HexB383FD1D3001108614b
Octal263203375356001410141113
Binary101100111000001111111101111011100000110000100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383FD; }

 p { color: rgb(179,131,253); }

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

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

 a { background-color: rgb(179,131,253); }

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

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

 span { border-color: rgb(179,131,253); }

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