#B284D6

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

Shades of Biloba Flower #B284D6

Tints of Biloba Flower #B284D6

Color information

#B284D6 (or 0xB284D6) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and D6. RGB value is (178,132,214). Sum of RGB (Red+Green+Blue) = 178+132+214=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #B284D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284D6 is #4D7B29. Grayscale: #9A9A9A. Windows color (decimal): -5077802 or 14058674. OLE color: 14058674.

HSL color Cylindrical-coordinate representation of color #B284D6: hue angle of 273.66º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B284D6 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178132214-
CMYK0.170.3800.16
HSL273.66º50%67.84%-
HSV(B)273.66º38.32%83.92%-
XYZ38.7530.8267.53-
YUV155.1161.24144.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 214 (83.98% from 255) = 40.84%
R=33.97%
G=25.19%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781322140.170.3800.16273.665067.84
HexB284D611260101123244
Octal262204326214602042262104
Binary101100101000010011010110100011001100100001000100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284D6; }

 p { color: rgb(178,132,214); }

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

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

 a { background-color: rgb(178,132,214); }

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

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

 span { border-color: rgb(178,132,214); }

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