#B483F6

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

Shades of Biloba Flower #B483F6

Tints of Biloba Flower #B483F6

Color information

#B483F6 (or 0xB483F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 83 and F6. RGB value is (180,131,246). Sum of RGB (Red+Green+Blue) = 180+131+246=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #B483F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B483F6 is #4B7C09. Grayscale: #9E9E9E. Windows color (decimal): -4946954 or 16155572. OLE color: 16155572.

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

Color convert

RGB180131246-
CMYK0.270.4700.04
HSL265.57º86.47%73.92%-
HSV(B)265.57º46.75%96.47%-
XYZ43.5732.5991.18-
YUV158.76177.23143.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=32.32%
G=23.52%
B=44.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801312460.270.4700.04265.5786.4773.92
HexB483F61B2F0410a564a
Octal264203366335704412126112
Binary10110100100000111111011011011101111010010000101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483F6; }

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

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

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

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

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

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

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

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