#B192DD

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

Shades of Biloba Flower #B192DD

Tints of Biloba Flower #B192DD

Color information

#B192DD (or 0xB192DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 92 and DD. RGB value is (177,146,221). Sum of RGB (Red+Green+Blue) = 177+146+221=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B192DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192DD is #4E6D22. Grayscale: #A3A3A3. Windows color (decimal): -5139747 or 14521009. OLE color: 14521009.

HSL color Cylindrical-coordinate representation of color #B192DD: hue angle of 264.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B192DD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177146221-
CMYK0.200.3400.13
HSL264.8º52.45%71.96%-
HSV(B)264.8º33.94%86.67%-
XYZ41.4635.1373-
YUV163.82160.27137.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=32.54%
G=26.84%
B=40.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771462210.200.3400.13264.852.4571.96
HexB192DD14220D1093448
Octal261222335244201541164110
Binary10110001100100101101110110100100010011011000010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192DD; }

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

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

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

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

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

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

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

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