#B193E6

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

Shades of Biloba Flower #B193E6

Tints of Biloba Flower #B193E6

Color information

#B193E6 (or 0xB193E6) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and E6. RGB value is (177,147,230). Sum of RGB (Red+Green+Blue) = 177+147+230=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #B193E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193E6 is #4E6C19. Grayscale: #A5A5A5. Windows color (decimal): -5139482 or 15111089. OLE color: 15111089.

HSL color Cylindrical-coordinate representation of color #B193E6: hue angle of 261.69º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B193E6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177147230-
CMYK0.230.3600.10
HSL261.69º62.41%73.92%-
HSV(B)261.69º36.09%90.2%-
XYZ42.8535.9379.54-
YUV165.43164.44136.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=31.95%
G=26.53%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771472300.230.3600.10261.6962.4173.92
HexB193E617240A1063e4a
Octal261223346274401240676112
Binary10110001100100111110011010111100100010101000001101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193E6; }

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

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

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

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

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

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

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

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