#B484FF

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

Shades of Biloba Flower #B484FF

Tints of Biloba Flower #B484FF

Color information

#B484FF (or 0xB484FF) is unknown color: approx Biloba Flower. HEX triplet: B4, 84 and FF. RGB value is (180,132,255). Sum of RGB (Red+Green+Blue) = 180+132+255=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B484FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B484FF is #4B7B00. Grayscale: #9F9F9F. Windows color (decimal): -4946689 or 16745652. OLE color: 16745652.

HSL color Cylindrical-coordinate representation of color #B484FF: hue angle of 263.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B484FF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180132255-
CMYK0.290.4800
HSL263.41º100%75.88%-
HSV(B)263.41º48.24%100%-
XYZ45.1233.4398.68-
YUV160.37181.4142-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 255 (100% from 255) = 44.97%
R=31.75%
G=23.28%
B=44.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801322550.290.4800263.4110075.88
HexB484FF1D3000107644c
Octal264204377356000407144114
Binary101101001000010011111111111011100000010000011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484FF; }

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

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

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

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

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

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

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

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