#B283DA

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

Shades of Biloba Flower #B283DA

Tints of Biloba Flower #B283DA

Color information

#B283DA (or 0xB283DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 83 and DA. RGB value is (178,131,218). Sum of RGB (Red+Green+Blue) = 178+131+218=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B283DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283DA is #4D7C25. Grayscale: #9A9A9A. Windows color (decimal): -5078054 or 14320562. OLE color: 14320562.

HSL color Cylindrical-coordinate representation of color #B283DA: hue angle of 272.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B283DA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178131218-
CMYK0.180.4000.15
HSL272.41º54.04%68.43%-
HSV(B)272.41º39.91%85.49%-
XYZ39.1330.7670.2-
YUV154.97163.57144.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=33.78%
G=24.86%
B=41.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781312180.180.4000.15272.4154.0468.43
HexB283DA12280F1103644
Octal262203332225001742066104
Binary10110010100000111101101010010101000011111000100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283DA; }

 p { color: rgb(178,131,218); }

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

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

 a { background-color: rgb(178,131,218); }

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

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

 span { border-color: rgb(178,131,218); }

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