#B483F8

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

Shades of Biloba Flower #B483F8

Tints of Biloba Flower #B483F8

Color information

#B483F8 (or 0xB483F8) is unknown color: approx Biloba Flower. HEX triplet: B4, 83 and F8. RGB value is (180,131,248). Sum of RGB (Red+Green+Blue) = 180+131+248=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #B483F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B483F8 is #4B7C07. Grayscale: #9E9E9E. Windows color (decimal): -4946952 or 16286644. OLE color: 16286644.

HSL color Cylindrical-coordinate representation of color #B483F8: hue angle of 265.13º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B483F8 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180131248-
CMYK0.270.4700.03
HSL265.13º89.31%74.31%-
HSV(B)265.13º47.18%97.25%-
XYZ43.8832.7192.81-
YUV158.99178.23142.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=32.20%
G=23.43%
B=44.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801312480.270.4700.03265.1389.3174.31
HexB483F81B2F03109594a
Octal264203370335703411131112
Binary1011010010000011111110001101110111101110000100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483F8; }

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

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

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

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

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

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

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

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