#B193D5

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

Shades of Biloba Flower #B193D5

Tints of Biloba Flower #B193D5

Color information

#B193D5 (or 0xB193D5) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and D5. RGB value is (177,147,213). Sum of RGB (Red+Green+Blue) = 177+147+213=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #B193D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193D5 is #4E6C2A. Grayscale: #A3A3A3. Windows color (decimal): -5139499 or 13996977. OLE color: 13996977.

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

Color convert

RGB177147213-
CMYK0.170.3100.16
HSL267.27º44%70.59%-
HSV(B)267.27º30.99%83.53%-
XYZ40.5835.0267.57-
YUV163.49155.94137.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=32.96%
G=27.37%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771472130.170.3100.16267.274470.59
HexB193D5111F01010b2c47
Octal261223325213702041354107
Binary10110001100100111101010110001111110100001000010111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193D5; }

 p { color: rgb(177,147,213); }

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

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

 a { background-color: rgb(177,147,213); }

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

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

 span { border-color: rgb(177,147,213); }

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