#B383FF

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

Shades of Biloba Flower #B383FF

Tints of Biloba Flower #B383FF

Color information

#B383FF (or 0xB383FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 83 and FF. RGB value is (179,131,255). Sum of RGB (Red+Green+Blue) = 179+131+255=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B383FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B383FF is #4C7C00. Grayscale: #9F9F9F. Windows color (decimal): -5012481 or 16745395. OLE color: 16745395.

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

Color convert

RGB179131255-
CMYK0.300.4900
HSL263.23º100%75.69%-
HSV(B)263.23º48.63%100%-
XYZ44.7633.0498.63-
YUV159.49181.9141.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 45.13%
R=31.68%
G=23.19%
B=45.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791312550.300.4900263.2310075.69
HexB383FF1E3100107644c
Octal263203377366100407144114
Binary101100111000001111111111111101100010010000011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383FF; }

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

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

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

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

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

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

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

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