#B192F1

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

Shades of Biloba Flower #B192F1

Tints of Biloba Flower #B192F1

Color information

#B192F1 (or 0xB192F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 92 and F1. RGB value is (177,146,241). Sum of RGB (Red+Green+Blue) = 177+146+241=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #B192F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192F1 is #4E6D0E. Grayscale: #A5A5A5. Windows color (decimal): -5139727 or 15831729. OLE color: 15831729.

HSL color Cylindrical-coordinate representation of color #B192F1: hue angle of 259.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B192F1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177146241-
CMYK0.270.3900.05
HSL259.58º77.24%75.88%-
HSV(B)259.58º39.42%94.51%-
XYZ44.2936.2687.88-
YUV166.1170.27135.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=31.38%
G=25.89%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771462410.270.3900.05259.5877.2475.88
HexB192F11B27051044d4c
Octal261222361334705404115114
Binary10110001100100101111000111011100111010110000010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192F1; }

 p { color: rgb(177,146,241); }

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

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

 a { background-color: rgb(177,146,241); }

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

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

 span { border-color: rgb(177,146,241); }

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