#B383DF

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

Shades of Biloba Flower #B383DF

Tints of Biloba Flower #B383DF

Color information

#B383DF (or 0xB383DF) is unknown color: approx Biloba Flower. HEX triplet: B3, 83 and DF. RGB value is (179,131,223). Sum of RGB (Red+Green+Blue) = 179+131+223=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B383DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383DF is #4C7C20. Grayscale: #9B9B9B. Windows color (decimal): -5012513 or 14648243. OLE color: 14648243.

HSL color Cylindrical-coordinate representation of color #B383DF: hue angle of 271.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B383DF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179131223-
CMYK0.200.4100.13
HSL271.3º58.97%69.41%-
HSV(B)271.3º41.26%87.45%-
XYZ40.0331.1473.71-
YUV155.84165.9144.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=33.58%
G=24.58%
B=41.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791312230.200.4100.13271.358.9769.41
HexB383DF14290D10f3b45
Octal263203337245101541773105
Binary10110011100000111101111110100101001011011000011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383DF; }

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

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

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

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

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

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

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

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