#B195E6

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

Shades of Biloba Flower #B195E6

Tints of Biloba Flower #B195E6

Color information

#B195E6 (or 0xB195E6) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and E6. RGB value is (177,149,230). Sum of RGB (Red+Green+Blue) = 177+149+230=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #B195E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195E6 is #4E6A19. Grayscale: #A6A6A6. Windows color (decimal): -5138970 or 15111601. OLE color: 15111601.

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

Color convert

RGB177149230-
CMYK0.230.3500.10
HSL260.74º61.83%74.31%-
HSV(B)260.74º35.22%90.2%-
XYZ43.1636.5679.64-
YUV166.61163.78135.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=31.83%
G=26.80%
B=41.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771492300.230.3500.10260.7461.8374.31
HexB195E617230A1053e4a
Octal261225346274301240576112
Binary10110001100101011110011010111100011010101000001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195E6; }

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

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

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

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

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

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

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

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