#B285DD

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

Shades of Biloba Flower #B285DD

Tints of Biloba Flower #B285DD

Color information

#B285DD (or 0xB285DD) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and DD. RGB value is (178,133,221). Sum of RGB (Red+Green+Blue) = 178+133+221=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B285DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285DD is #4D7A22. Grayscale: #9C9C9C. Windows color (decimal): -5077539 or 14517682. OLE color: 14517682.

HSL color Cylindrical-coordinate representation of color #B285DD: hue angle of 270.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B285DD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178133221-
CMYK0.190.4000.13
HSL270.68º56.41%69.41%-
HSV(B)270.68º39.82%86.67%-
XYZ39.831.4672.38-
YUV156.49164.41143.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=33.46%
G=25%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781332210.190.4000.13270.6856.4169.41
HexB285DD13280D10f3845
Octal262205335235001541770105
Binary10110010100001011101110110011101000011011000011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285DD; }

 p { color: rgb(178,133,221); }

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

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

 a { background-color: rgb(178,133,221); }

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

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

 span { border-color: rgb(178,133,221); }

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