#B192DC

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

Shades of Biloba Flower #B192DC

Tints of Biloba Flower #B192DC

Color information

#B192DC (or 0xB192DC) is unknown color: approx Biloba Flower. HEX triplet: B1, 92 and DC. RGB value is (177,146,220). Sum of RGB (Red+Green+Blue) = 177+146+220=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B192DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192DC is #4E6D23. Grayscale: #A3A3A3. Windows color (decimal): -5139748 or 14455473. OLE color: 14455473.

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

Color convert

RGB177146220-
CMYK0.200.3400.14
HSL265.14º51.39%71.76%-
HSV(B)265.14º33.64%86.27%-
XYZ41.3335.0772.3-
YUV163.71159.77137.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=32.60%
G=26.89%
B=40.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771462200.200.3400.14265.1451.3971.76
HexB192DC14220E1093348
Octal261222334244201641163110
Binary10110001100100101101110010100100010011101000010011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192DC; }

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

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

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

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

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

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

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

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