#B192CF

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

Shades of Biloba Flower #B192CF

Tints of Biloba Flower #B192CF

Color information

#B192CF (or 0xB192CF) is unknown color: approx Biloba Flower. HEX triplet: B1, 92 and CF. RGB value is (177,146,207). Sum of RGB (Red+Green+Blue) = 177+146+207=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #B192CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192CF is #4E6D30. Grayscale: #A2A2A2. Windows color (decimal): -5139761 or 13603505. OLE color: 13603505.

HSL color Cylindrical-coordinate representation of color #B192CF: hue angle of 270.49º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B192CF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177146207-
CMYK0.140.2900.19
HSL270.49º38.85%69.22%-
HSV(B)270.49º29.47%81.18%-
XYZ39.6734.4163.58-
YUV162.22153.27138.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=33.40%
G=27.55%
B=39.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771462070.140.2900.19270.4938.8569.22
HexB192CFE1D01310e2745
Octal261222317163502341647105
Binary1011000110010010110011111110111010100111000011101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192CF; }

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

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

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

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

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

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

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

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