#B484F1

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

Shades of Biloba Flower #B484F1

Tints of Biloba Flower #B484F1

Color information

#B484F1 (or 0xB484F1) is unknown color: approx Biloba Flower. HEX triplet: B4, 84 and F1. RGB value is (180,132,241). Sum of RGB (Red+Green+Blue) = 180+132+241=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #B484F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B484F1 is #4B7B0E. Grayscale: #9E9E9E. Windows color (decimal): -4946703 or 15828148. OLE color: 15828148.

HSL color Cylindrical-coordinate representation of color #B484F1: hue angle of 266.42º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B484F1 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180132241-
CMYK0.250.4500.05
HSL266.42º79.56%73.14%-
HSV(B)266.42º45.23%94.51%-
XYZ42.9532.5687.24-
YUV158.78174.4143.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=32.55%
G=23.87%
B=43.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801322410.250.4500.05266.4279.5673.14
HexB484F1192D0510a5049
Octal264204361315505412120111
Binary10110100100001001111000111001101101010110000101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484F1; }

 p { color: rgb(180,132,241); }

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

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

 a { background-color: rgb(180,132,241); }

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

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

 span { border-color: rgb(180,132,241); }

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