#B383F3

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

Shades of Biloba Flower #B383F3

Tints of Biloba Flower #B383F3

Color information

#B383F3 (or 0xB383F3) is unknown color: approx Biloba Flower. HEX triplet: B3, 83 and F3. RGB value is (179,131,243). Sum of RGB (Red+Green+Blue) = 179+131+243=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #B383F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383F3 is #4C7C0C. Grayscale: #9D9D9D. Windows color (decimal): -5012493 or 15958963. OLE color: 15958963.

HSL color Cylindrical-coordinate representation of color #B383F3: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B383F3 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179131243-
CMYK0.260.4600.05
HSL265.71º82.35%73.33%-
HSV(B)265.71º46.09%95.29%-
XYZ42.8832.2988.77-
YUV158.12175.9142.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=32.37%
G=23.69%
B=43.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791312430.260.4600.05265.7182.3573.33
HexB383F31A2E0510a5249
Octal263203363325605412122111
Binary10110011100000111111001111010101110010110000101010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383F3; }

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

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

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

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

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

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

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

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