#B292DA

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

Shades of Biloba Flower #B292DA

Tints of Biloba Flower #B292DA

Color information

#B292DA (or 0xB292DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and DA. RGB value is (178,146,218). Sum of RGB (Red+Green+Blue) = 178+146+218=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B292DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292DA is #4D6D25. Grayscale: #A3A3A3. Windows color (decimal): -5074214 or 14324402. OLE color: 14324402.

HSL color Cylindrical-coordinate representation of color #B292DA: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B292DA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178146218-
CMYK0.180.3300.15
HSL266.67º49.32%71.37%-
HSV(B)266.67º33.03%85.49%-
XYZ41.2935.0870.93-
YUV163.78158.6138.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=32.84%
G=26.94%
B=40.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781462180.180.3300.15266.6749.3271.37
HexB292DA12210F10b3147
Octal262222332224101741361107
Binary10110010100100101101101010010100001011111000010111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292DA; }

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

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

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

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

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

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

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

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