#B284DF

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

Shades of Biloba Flower #B284DF

Tints of Biloba Flower #B284DF

Color information

#B284DF (or 0xB284DF) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and DF. RGB value is (178,132,223). Sum of RGB (Red+Green+Blue) = 178+132+223=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 132 (51.95% from 255 or 24.77% 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 #B284DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284DF is #4D7B20. Grayscale: #9B9B9B. Windows color (decimal): -5077793 or 14648498. OLE color: 14648498.

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

Color convert

RGB178132223-
CMYK0.200.4100.13
HSL270.33º58.71%69.61%-
HSV(B)270.33º40.81%87.45%-
XYZ39.9331.373.75-
YUV156.13165.74143.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=33.40%
G=24.77%
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
Decimal1781322230.200.4100.13270.3358.7169.61
HexB284DF14290D10e3b46
Octal262204337245101541673106
Binary10110010100001001101111110100101001011011000011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284DF; }

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

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

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

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

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

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

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

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