#B484FD

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

Shades of Biloba Flower #B484FD

Tints of Biloba Flower #B484FD

Color information

#B484FD (or 0xB484FD) is unknown color: approx Biloba Flower. HEX triplet: B4, 84 and FD. RGB value is (180,132,253). Sum of RGB (Red+Green+Blue) = 180+132+253=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #B484FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B484FD is #4B7B02. Grayscale: #9F9F9F. Windows color (decimal): -4946691 or 16614580. OLE color: 16614580.

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

Color convert

RGB180132253-
CMYK0.290.4800.01
HSL263.8º96.8%75.49%-
HSV(B)263.8º47.83%99.22%-
XYZ44.833.396.99-
YUV160.15180.4142.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=31.86%
G=23.36%
B=44.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801322530.290.4800.01263.896.875.49
HexB484FD1D3001108614b
Octal264204375356001410141113
Binary101101001000010011111101111011100000110000100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484FD; }

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

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

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

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

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

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

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

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