#B383DD

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

Shades of Biloba Flower #B383DD

Tints of Biloba Flower #B383DD

Color information

#B383DD (or 0xB383DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 83 and DD. RGB value is (179,131,221). Sum of RGB (Red+Green+Blue) = 179+131+221=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B383DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383DD is #4C7C22. Grayscale: #9B9B9B. Windows color (decimal): -5012515 or 14517171. OLE color: 14517171.

HSL color Cylindrical-coordinate representation of color #B383DD: hue angle of 272º degrees, saturation: 0.57, 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 #B383DD is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179131221-
CMYK0.190.4100.13
HSL272º56.96%69.02%-
HSV(B)272º40.72%86.67%-
XYZ39.7631.0472.3-
YUV155.61164.9144.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=33.71%
G=24.67%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791312210.190.4100.1327256.9669.02
HexB383DD13290D1103945
Octal263203335235101542071105
Binary10110011100000111101110110011101001011011000100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B383DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B383DD; }

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

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

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

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

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

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

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

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