#B285E1

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

Shades of Biloba Flower #B285E1

Tints of Biloba Flower #B285E1

Color information

#B285E1 (or 0xB285E1) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and E1. RGB value is (178,133,225). Sum of RGB (Red+Green+Blue) = 178+133+225=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #B285E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285E1 is #4D7A1E. Grayscale: #9C9C9C. Windows color (decimal): -5077535 or 14779826. OLE color: 14779826.

HSL color Cylindrical-coordinate representation of color #B285E1: hue angle of 269.35º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B285E1 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178133225-
CMYK0.210.4100.12
HSL269.35º60.53%70.2%-
HSV(B)269.35º40.89%88.24%-
XYZ40.3431.6875.22-
YUV156.94166.41143.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=33.21%
G=24.81%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781332250.210.4100.12269.3560.5370.2
HexB285E115290C10d3d46
Octal262205341255101441575106
Binary10110010100001011110000110101101001011001000011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285E1; }

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

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

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

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

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

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

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

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