#B190FD

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

Shades of Biloba Flower #B190FD

Tints of Biloba Flower #B190FD

Color information

#B190FD (or 0xB190FD) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and FD. RGB value is (177,144,253). Sum of RGB (Red+Green+Blue) = 177+144+253=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #B190FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190FD is #4E6F02. Grayscale: #A5A5A5. Windows color (decimal): -5140227 or 16617649. OLE color: 16617649.

HSL color Cylindrical-coordinate representation of color #B190FD: hue angle of 258.17º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B190FD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177144253-
CMYK0.300.4300.01
HSL258.17º96.46%77.84%-
HSV(B)258.17º43.08%99.22%-
XYZ45.8336.3997.54-
YUV166.29176.93135.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=30.84%
G=25.09%
B=44.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771442530.300.4300.01258.1796.4677.84
HexB190FD1E2B01102604e
Octal261220375365301402140116
Binary101100011001000011111101111101010110110000001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190FD; }

 p { color: rgb(177,144,253); }

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

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

 a { background-color: rgb(177,144,253); }

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

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

 span { border-color: rgb(177,144,253); }

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