#B287E2

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

Shades of Biloba Flower #B287E2

Tints of Biloba Flower #B287E2

Color information

#B287E2 (or 0xB287E2) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and E2. RGB value is (178,135,226). Sum of RGB (Red+Green+Blue) = 178+135+226=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #B287E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287E2 is #4D781D. Grayscale: #9D9D9D. Windows color (decimal): -5077022 or 14845874. OLE color: 14845874.

HSL color Cylindrical-coordinate representation of color #B287E2: hue angle of 268.35º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B287E2 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178135226-
CMYK0.210.4000.11
HSL268.35º61.07%70.78%-
HSV(B)268.35º40.27%88.63%-
XYZ40.7532.2876.04-
YUV158.23166.25142.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=33.02%
G=25.05%
B=41.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781352260.210.4000.11268.3561.0770.78
HexB287E215280B10c3d47
Octal262207342255001341475107
Binary10110010100001111110001010101101000010111000011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287E2; }

 p { color: rgb(178,135,226); }

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

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

 a { background-color: rgb(178,135,226); }

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

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

 span { border-color: rgb(178,135,226); }

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