#B28FCF

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

Shades of Biloba Flower #B28FCF

Tints of Biloba Flower #B28FCF

Color information

#B28FCF (or 0xB28FCF) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and CF. RGB value is (178,143,207). Sum of RGB (Red+Green+Blue) = 178+143+207=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #B28FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FCF is #4D7030. Grayscale: #A0A0A0. Windows color (decimal): -5074993 or 13602738. OLE color: 13602738.

HSL color Cylindrical-coordinate representation of color #B28FCF: hue angle of 272.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B28FCF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178143207-
CMYK0.140.3100.19
HSL272.81º40%68.63%-
HSV(B)272.81º30.92%81.18%-
XYZ39.4533.6163.44-
YUV160.76154.1140.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=33.71%
G=27.08%
B=39.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781432070.140.3100.19272.814068.63
HexB28FCFE1F0131112845
Octal262217317163702342150105
Binary1011001010001111110011111110111110100111000100011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FCF; }

 p { color: rgb(178,143,207); }

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

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

 a { background-color: rgb(178,143,207); }

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

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

 span { border-color: rgb(178,143,207); }

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