#B383FE

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

Shades of Biloba Flower #B383FE

Tints of Biloba Flower #B383FE

Color information

#B383FE (or 0xB383FE) is unknown color: approx Biloba Flower. HEX triplet: B3, 83 and FE. RGB value is (179,131,254). Sum of RGB (Red+Green+Blue) = 179+131+254=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #B383FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383FE is #4C7C01. Grayscale: #9E9E9E. Windows color (decimal): -5012482 or 16679859. OLE color: 16679859.

HSL color Cylindrical-coordinate representation of color #B383FE: hue angle of 263.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B383FE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179131254-
CMYK0.300.4800.00
HSL263.41º98.4%75.49%-
HSV(B)263.41º48.43%99.61%-
XYZ44.632.9797.78-
YUV159.37181.4142-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 131 (51.56% from 255) = 23.23%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=31.74%
G=23.23%
B=45.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791312540.300.4800.00263.4198.475.49
HexB383FE1E3000107624b
Octal263203376366000407142113
Binary101100111000001111111110111101100000010000011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383FE; }

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

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

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

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

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

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

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

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