#B285FF

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

Shades of Biloba Flower #B285FF

Tints of Biloba Flower #B285FF

Color information

#B285FF (or 0xB285FF) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and FF. RGB value is (178,133,255). Sum of RGB (Red+Green+Blue) = 178+133+255=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B285FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285FF is #4D7A00. Grayscale: #9F9F9F. Windows color (decimal): -5077505 or 16745906. OLE color: 16745906.

HSL color Cylindrical-coordinate representation of color #B285FF: hue angle of 262.13º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B285FF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178133255-
CMYK0.300.4800
HSL262.13º100%76.08%-
HSV(B)262.13º47.84%100%-
XYZ44.833.4698.71-
YUV160.36181.41140.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.45%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 255 (100% from 255) = 45.05%
R=31.45%
G=23.50%
B=45.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781332550.300.4800262.1310076.08
HexB285FF1E3000106644c
Octal262205377366000406144114
Binary101100101000010111111111111101100000010000011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285FF; }

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

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

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

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

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

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

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

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