#B390DC

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

Shades of Biloba Flower #B390DC

Tints of Biloba Flower #B390DC

Color information

#B390DC (or 0xB390DC) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and DC. RGB value is (179,144,220). Sum of RGB (Red+Green+Blue) = 179+144+220=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B390DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DC is #4C6F23. Grayscale: #A2A2A2. Windows color (decimal): -5009188 or 14454963. OLE color: 14454963.

HSL color Cylindrical-coordinate representation of color #B390DC: hue angle of 267.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B390DC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179144220-
CMYK0.190.3500.14
HSL267.63º52.05%71.37%-
HSV(B)267.63º34.55%86.27%-
XYZ41.4834.772.22-
YUV163.13160.1139.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=32.97%
G=26.52%
B=40.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791442200.190.3500.14267.6352.0571.37
HexB390DC13230E10c3447
Octal263220334234301641464107
Binary10110011100100001101110010011100011011101000011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390DC; }

 p { color: rgb(179,144,220); }

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

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

 a { background-color: rgb(179,144,220); }

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

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

 span { border-color: rgb(179,144,220); }

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