#B28CD6

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

Shades of Biloba Flower #B28CD6

Tints of Biloba Flower #B28CD6

Color information

#B28CD6 (or 0xB28CD6) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and D6. RGB value is (178,140,214). Sum of RGB (Red+Green+Blue) = 178+140+214=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #B28CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CD6 is #4D7329. Grayscale: #9F9F9F. Windows color (decimal): -5075754 or 14060722. OLE color: 14060722.

HSL color Cylindrical-coordinate representation of color #B28CD6: hue angle of 270.81º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28CD6 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178140214-
CMYK0.170.3500.16
HSL270.81º47.44%69.41%-
HSV(B)270.81º34.58%83.92%-
XYZ39.8833.0867.9-
YUV159.8158.59140.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=33.46%
G=26.32%
B=40.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781402140.170.3500.16270.8147.4469.41
HexB28CD6112301010f2f45
Octal262214326214302041757105
Binary101100101000110011010110100011000110100001000011111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CD6; }

 p { color: rgb(178,140,214); }

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

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

 a { background-color: rgb(178,140,214); }

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

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

 span { border-color: rgb(178,140,214); }

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