#B483F9

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

Shades of Biloba Flower #B483F9

Tints of Biloba Flower #B483F9

Color information

#B483F9 (or 0xB483F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 83 and F9. RGB value is (180,131,249). Sum of RGB (Red+Green+Blue) = 180+131+249=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #B483F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B483F9 is #4B7C06. Grayscale: #9E9E9E. Windows color (decimal): -4946951 or 16352180. OLE color: 16352180.

HSL color Cylindrical-coordinate representation of color #B483F9: hue angle of 264.92º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B483F9 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180131249-
CMYK0.280.4700.02
HSL264.92º90.77%74.51%-
HSV(B)264.92º47.39%97.65%-
XYZ44.0432.7893.63-
YUV159.1178.73142.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=32.14%
G=23.39%
B=44.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801312490.280.4700.02264.9290.7774.51
HexB483F91C2F021095b4b
Octal264203371345702411133113
Binary1011010010000011111110011110010111101010000100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483F9; }

 p { color: rgb(180,131,249); }

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

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

 a { background-color: rgb(180,131,249); }

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

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

 span { border-color: rgb(180,131,249); }

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