#B193CF

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

Shades of Biloba Flower #B193CF

Tints of Biloba Flower #B193CF

Color information

#B193CF (or 0xB193CF) is unknown color: approx Biloba Flower. HEX triplet: B1, 93 and CF. RGB value is (177,147,207). Sum of RGB (Red+Green+Blue) = 177+147+207=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #B193CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193CF is #4E6C30. Grayscale: #A2A2A2. Windows color (decimal): -5139505 or 13603761. OLE color: 13603761.

HSL color Cylindrical-coordinate representation of color #B193CF: hue angle of 270º degrees, saturation: 0.38, 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 #B193CF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177147207-
CMYK0.140.2900.19
HSL270º38.46%69.41%-
HSV(B)270º28.99%81.18%-
XYZ39.8334.7263.63-
YUV162.81152.94138.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=33.33%
G=27.68%
B=38.98%

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
Decimal1771472070.140.2900.1927038.4669.41
HexB193CFE1D01310e2645
Octal261223317163502341646105
Binary1011000110010011110011111110111010100111000011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193CF; }

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

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

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

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

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

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

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

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